Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dyld: Library not loaded: image not found error??? #6

Closed
KatkayApps opened this issue Jan 1, 2015 · 3 comments
Closed

dyld: Library not loaded: image not found error??? #6

KatkayApps opened this issue Jan 1, 2015 · 3 comments

Comments

@KatkayApps
Copy link

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
Copy link
Owner

sbooth commented Jan 1, 2015

The image it's referring to is the compiled version of the framework. To get this to work in your project you need to add a copy frameworks build phase and make sure that SFBPopovers.framework is included in it.
screen shot 2015-01-01 at 9 25 05 am

@KatkayApps
Copy link
Author

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
Copy link
Owner

sbooth commented Jan 2, 2015

The other part of adding the compiled framework to your project is setting Runpath Search Paths to @loader_path/../Frameworks in your build settings.

@sbooth sbooth closed this as completed Jan 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants