Xcode doesnt have Embed Frameworks section
You can tap the General
tab to see those sections.
As an aside, using CocoaPods or Fabric will make that integration easier on you.
You can create it on Build Phases tab!
Just click in the "+" icon and select "New Copy Files Phase". After that, rename the item created to "Embed Frameworks" and set the "Destination" field to "Frameworks".
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.
Hello in your general Tab with your target selected check for section named
Embedded Binaries
I hope this help you