-
Notifications
You must be signed in to change notification settings - Fork 255
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
Enabling Bitcode for Xcode 7 fails to build #11
Comments
Hi, since we use some third party libraries like FFMPEG, which doesn't support bitcode yet, in our sample code project, we suggest you to disable the bitcode. As the documentation says, you should set the enabled bitcode to NO. Hope it helps. |
Currently, the iOS SDK Sample Code project doesn't support bitcode due to FFmpeg's libavcodec.a issue, we have marked down this problem |
Hi ckizer, we figure out a temporary way to enable bitcode.
|
Hi, since this issue is solved, close it now. |
@oliverou @XietongLU I still unable to build Archive for upload to AppStore Xcode 8.2.1 |
If you enabled bitcode as the documentation says the project will fail to build with a linker error
The text was updated successfully, but these errors were encountered: