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

linker command failed with exit code 1 when bitcode enabled #153

Closed
mungra opened this issue Sep 17, 2015 · 4 comments
Closed

linker command failed with exit code 1 when bitcode enabled #153

mungra opened this issue Sep 17, 2015 · 4 comments
Assignees
Milestone

Comments

@mungra
Copy link

mungra commented Sep 17, 2015

using the latest Bolts framework...

Frameworks/Bolts.framework/Bolts(BFExecutor.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@nlutsenko
Copy link
Member

Hey @mungra, the latest release was still compiled without bitcode, though you can get it working if you use Cocoapods or build from source.
We are tracking to compile with bitcode starting from the next release (1.2.3)
I am going to keep this one open for now.

@nlutsenko nlutsenko self-assigned this Sep 17, 2015
@nlutsenko nlutsenko added this to the 1.2.3 milestone Sep 17, 2015
@mungra
Copy link
Author

mungra commented Sep 17, 2015

thanks for the quick reply @nlutsenko ! Cool i'll check it out on Cocoapods

@nlutsenko
Copy link
Member

@mungra 1.3.0 is out and it was compiled with the public Xcode 7.0, as well as it includes bitcode slices.
This issue should be resolved now even if you are using precompiled framework from releases page.

@mungra
Copy link
Author

mungra commented Sep 28, 2015

working perfectly! thanks @nlutsenko !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants