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

return of 'image not loaded' bug #598

Closed
ConfusedVorlon opened this issue Aug 17, 2015 · 4 comments
Closed

return of 'image not loaded' bug #598

ConfusedVorlon opened this issue Aug 17, 2015 · 4 comments

Comments

@ConfusedVorlon
Copy link

this seems to be a return of an old bug.

dyld: Library not loaded: @rpath/Sparkle.framework/Versions/A/Sparkle
Referenced from: /Users/gnachman/SparkleTest/Build/Debug/SparkleTest.app/Contents/MacOS/SparkleTest
Reason: image not found

#420

I get it for sparkle 1.10 with xcode 6.4 and 7 when using cocoapods

I can fix it by following the instruction (not in the cocoapods instructions) to add

In Build Settings tab set “Other Linker Flags” to -Wl,-rpath,@loader_path/../Frameworks.

I'm guessing the podspec should be handling this, but if not, then the documentation should list the step.

@jakepetroules
Copy link
Contributor

Podspec should set LD_RUNPATH_SEARCH_PATHS = @loader_path/../Frameworks. I'll look into this later.

@jakepetroules
Copy link
Contributor

This will get pushed in the next release.

@ConfusedVorlon
Copy link
Author

thank you.

@jakepetroules
Copy link
Contributor

This is present in the 1.11 Podspec.

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