dyld: Library not loaded: image not found error???
KatkayApps opened this issue · 3 comments
KatkayApps commented
This is the message I get when I try to use your control.
dyld: Library not loaded: @rpath/SFBPopovers.framework/Versions/A/SFBPopovers
Referenced from: /Users/user/Library/Developer/Xcode/DerivedData/MyApp-cwztxqahwxiknaedsuvftljxeodr/Build/Products/Debug/MyApp.app/Contents/MacOS/MyApp
Reason: image not found
image? what image?
sbooth commented
KatkayApps commented
Yes, it is included but even so the error shows. It awful how bad Xcode is. I ended copying the classes to the project directly. Thanks.
sbooth commented
The other part of adding the compiled framework to your project is setting Runpath Search Paths
to @loader_path/../Frameworks
in your build settings.