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

Xcode 8 beta 2: dyld: Library not loaded: /Library/Frameworks/Bolts.framework/Bolts #265

Closed
jsslai opened this issue Jul 11, 2016 · 0 comments

Comments

@jsslai
Copy link

jsslai commented Jul 11, 2016

I'm using Carthage to build Bolts. After updating to Xcode 8 beta 2 linking to Bolts fails.

dyld: Library not loaded: /Library/Frameworks/Bolts.framework/Bolts

Is that path correct? Bolts-iOS-Dynamic target Build Settings defines

Dynamic Library Install Name Base = $(INSTALL_PATH)

If I change that to

Dynamic Library Install Name Base = @rpath

it works. Seems Xcode uses @rpath as default when creating a framework. I also had to set

Compatibility Version = 1
Current Library Version = 1

but I'm not sure if that is necessary.

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

1 participant