Xcode 没有 Embed Frameworks 部分

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/37689539/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 08:52:01  来源:igfitidea点击:

Xcode doesnt have Embed Frameworks section

iosxcodeframeworksxcode7

提问by Klemen

I'm having a problem. I'm trying to implement Amazon frameworks in my ios xcode project and I also need to add them in Build Phases > Embed Frameworks section. But there is no option in my xcode window. Here is the screenshot

我有问题。我正在尝试在我的 ios xcode 项目中实现 Amazon 框架,我还需要在 Build Phases > Embed Frameworks 部分中添加它们。但是我的 xcode 窗口中没有选项。这是屏幕截图

enter image description here

在此处输入图片说明

How is this possible. The problem remains even if I create new project.

这怎么可能。即使我创建新项目,问题仍然存在。

回答by Reinier Melian

Hello in your general Tab with your target selected check for section named

您好在您的常规选项卡中选择了目标检查名为的部分

enter image description here

在此处输入图片说明

Embedded Binaries

嵌入式二进制文件

I hope this help you

我希望这对你有帮助

回答by Molly J

Another reason Embedded Binaries tab doesn't show up in Xcode is if you're in a command line project instead of a cocoa project and you're targeting Mac OS X.

Embedded Binaries 选项卡没有出现在 Xcode 中的另一个原因是,如果您在命令行项目而不是可可项目中,并且您的目标是 Mac OS X。

回答by Steven Hepting

You can tap the Generaltab to see those sections.

您可以点击General选项卡查看这些部分。

As an aside, using CocoaPods or Fabric will make that integration easier on you.

顺便说一句,使用 CocoaPods 或 Fabric 将使您更轻松地进行集成。