Xcode doesnt have Embed Frameworks section

2019-03-22 16:38发布

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

enter image description here

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

3条回答
霸刀☆藐视天下
2楼-- · 2019-03-22 17:20

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

enter image description here

Embedded Binaries

I hope this help you

查看更多
劫难
3楼-- · 2019-03-22 17:22

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.

查看更多
倾城 Initia
4楼-- · 2019-03-22 17:22

You can tap the General tab to see those sections.

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

查看更多
登录 后发表回答