How to "add existing frameworks" in Xcode 4?
I just added the existing framework folder manually into the project navigator. Worked for me.
As per Apple's documentation:
- In the project navigator, select your project.
- Select your target.
- Select the "Build Phases" tab.
- Open "Link Binaries With Libraries" expander.
- Click the + button.
- Select your framework.
- (optional) Drag and drop the added framework to the "Frameworks" group.
Follow below 5 steps to add framework in your project.
- Click on Project Navigator.
- Select Targets (Black arrow in the below image).
- Select Build phases ( Blue arrow in the below image).
- Click on + Button (Green arrow in below image).
- Select your framework from list.
Here is the official Apple Link