Adding Framework in Xcode 4 [duplicate]
Solution 1:
- 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
from How to "add existing frameworks" in Xcode 4?