Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode doesnt have Embed Frameworks section

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.

like image 761
Klemen Avatar asked Jun 07 '16 21:06

Klemen


People also ask

How do I add a framework in Xcode?

To include a framework in your Xcode project, choose Project > Add to Project and select the framework directory. Alternatively, you can control-click your project group and choose Add Files > Existing Frameworks from the contextual menu.

Where is linked frameworks and libraries in Xcode?

If you're building for iOS, tvOS, or watchOS: On your application targets' “General” settings tab, in the “Linked Frameworks and Libraries” section, drag and drop each framework you want to use from the Carthage/Build folder on disk.

Where is embedded binaries in Xcode?

I found one more curious thing in XCode 8. "General -> Embedded binaries" and "Build Phases -> Embed Frameworks" seem to be linked, because if you drag a .


1 Answers

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

enter image description here

Embedded Binaries

I hope this help you

like image 199
Reinier Melian Avatar answered Sep 19 '22 17:09

Reinier Melian