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
In the project navigator, select your project.
Select your target.
Select the "Build Phases" tab.
expander. Click the + button.
Select your framework.
(optional) Drag and drop the added framework to the "Frameworks" group.
I just added the existing framework folder manually into the project navigator. Worked for me.
The frameworks directory is as follow in my computer:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/System/Library/Frameworks
not the directory
/Developer/SDKs/MacOSXversion.sdk/System/Library/Frameworks
Follow below 5 steps to add framework in your project.
Here is the official Apple Link