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 matters...).
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 matters...).
Just drag it into the Frameworks, Libraries, and Embedded Content of the General section of the Target:
Note that Xcode 11 and 10 have a very similar flow too.
Starting Xcode v11 you should use
<Project settings> -> <App Target> -> Frameworks, Libraries, and Embedded Content
//or
<Project settings> -> <Framework Target> -> Frameworks and Libraries
Also do not forget to check Library Search Paths or Framework Search Paths. I would recommend you to use drag-and-drop[About]