framework not found issue framework not found issue xcode xcode

framework not found issue


The solution to this for external libraries is to add your framework's path to Build Settings > Search Paths > Framework Paths.

Like this: /Users/MyMacName/Documents/FacebookSDK

If it is something that "came with" xcode then it should work without this addition.


The screenshot shows how to do this in XCode 7:

enter image description here


If you get this error - try

place YOUR.framework to folder with your project.

Set patch to framework in config project.