I can\'t find the good old \"Add existing frameworks\" option. How do I do this?
We\'re talking about Xcode 4 DP2 (in the context of iPhone development, as far as it
Follow the screen shots
you are ready to Go!
As per Apple's documentation:
Just drag it into the Frameworks, Libraries, and Embedded Content
of the General
section of the Target
:
Done!
Note that Xcode 11 and 10 have a very similar flow too.
Another easy way to do it so that it is referenced in the project folder you want, like "Frameworks", is to:
It will appear in both the project navigator where you want it, as well as in the "Link Binary With Libraries" area of the "Build Phases" pane of your target.
I would like to point out that if you can't find "Link Binaries With Libraries" in your build phases tab click the "Add build phase" button in the lower right corner.
In Project