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
Xcode doesnt have Embed Frameworks section
提问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 窗口中没有选项。这是屏幕截图
How is this possible. The problem remains even if I create new project.
这怎么可能。即使我创建新项目,问题仍然存在。
回答by Reinier Melian
回答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 General
tab to see those sections.
您可以点击General
选项卡查看这些部分。
As an aside, using CocoaPods or Fabric will make that integration easier on you.
顺便说一句,使用 CocoaPods 或 Fabric 将使您更轻松地进行集成。