Xcode – How to Add an Existing Framework in Xcode 5

frameworksxcode

I'm trying to add the AdColony.h frameWork after downloading it, but I can't find it in Xcode 5. I was able to do it in the last version, but can't find it in this one.

Best Answer

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

Related Question