How i can add a framework to XCode 4.3.2 project ?
Because a SDK directories inside a XCode.app and i can’t add a framework by “Add files to …”
Updated:
For this action you can do a this steps:
-
Click on Project at left table
-
Click on “Build Phases” on right table
-
Click on “Link Binary With Libraries”
-
Click “+”
-
Find needing framework and click “Add”
And your needing framework in your project.
Following are steps-
1) Click project in Navigator area
2) Select ‘TARGETS’ tab
3) Click on ‘Build Phases’
4) Select ‘Link Binary With Libraries’
Then you can see ‘+’ button at the bottom in the area. You can now add the framework that you want.