How to add an existing framework in Xcode 5 How to add an existing framework in Xcode 5 xcode xcode

How to add an existing framework in Xcode 5


Click on your project in the Project Navigator on the left side. In General go to "Linked Frameworks and Libraries". Click on the + button

enter image description here

and click on "Add Other" and then add the framework you have downloaded.

enter image description here


Strange. I was just doing the same thing in XCode 5.0.2 and I had to click on the Project, select the *Tests Target, then select not the General tab but actually the Build Phases tab to see "Link Binary With Libraries" where I was able to add the framework.


Follow this screen shots

enter image description here

Run and Go