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

Archive fail in Xcode12.1 #14

Closed
ventus111 opened this issue Nov 4, 2020 · 2 comments
Closed

Archive fail in Xcode12.1 #14

ventus111 opened this issue Nov 4, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ventus111
Copy link

Xcode alert following error when archive:
bitcode bundle could not be generated because '.../Pods/BlockHook/libffi/libffi_bh.a(ffi_arm.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7

@yulingtianxia yulingtianxia self-assigned this Nov 5, 2020
@yulingtianxia yulingtianxia added the bug Something isn't working label Nov 5, 2020
@yulingtianxia
Copy link
Owner

@ventus111 You can turn off bitcode on you App. When your app depends on framework without bitcode, Xcode will give you this error.

@ventus111
Copy link
Author

it works, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants