-
Notifications
You must be signed in to change notification settings - Fork 20
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 build报错 #3
Comments
BitCode的构建依赖于所有用到第三方库都能支持BitCode构建,现在尚不确定能否实现,需要验证。如果你有好的修改方式欢迎PR。 |
好的 ,如果这个第三方库验证可以支持BitCode,或者后面更新了支持BitCode,麻烦告知
|
Use Xcode to build exported Unity-iPhone project, It will build failed by reason: '/Users/username/Documents/projectdir/iOS/ProjectName/Libraries/curl-unity/Plugins/ios/libcurl.a(libcurl_la-easy.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 arm64 Then I turn off Bitcode, but It build failed by another reason: I have no idea how to solve this. |
最新提交的二进制已开启bitcode |
'/Users/username/Documents/projectdir/iOS/ProjectName/Libraries/curl-unity/Plugins/ios/libcurl.a(libcurl_la-easy.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 arm64
Xcode build失败 提示以上报错 ,好像可以通过关闭BitCode解决,后面这个第三方库会支持BitCode吗
The text was updated successfully, but these errors were encountered: