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

Compile error: libGRMustache7-iOS.a(GRMustache.o) does not contain bitcode #99

Closed
iSohel opened this issue Sep 25, 2015 · 1 comment
Closed

Comments

@iSohel
Copy link

iSohel commented Sep 25, 2015

I have the static library included in my project along with the necessary. My project has Enable Bitcode turned On. Every time i build i get an error:
"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 arm64".
After opening the iOS target settings i do see the "Enable Bitcode" set to Yes. Any thoughts on how to make this work?

@groue
Copy link
Owner

groue commented Sep 25, 2015

Yes. The static library has been built well before bitcode has been introduced. Today, you don't have many options: drop bitcode, or use the manual source embedding technique documented under the Instalation guide.

@groue groue closed this as completed Sep 25, 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