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

xcode build报错 #3

Closed
wohuiaini008 opened this issue Oct 30, 2019 · 4 comments
Closed

xcode build报错 #3

wohuiaini008 opened this issue Oct 30, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@wohuiaini008
Copy link

wohuiaini008 commented Oct 30, 2019

'/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吗

@Jayatubi
Copy link
Contributor

Jayatubi commented Oct 30, 2019

BitCode的构建依赖于所有用到第三方库都能支持BitCode构建,现在尚不确定能否实现,需要验证。如果你有好的修改方式欢迎PR。

@Jayatubi Jayatubi added the enhancement New feature or request label Oct 30, 2019
@wohuiaini008
Copy link
Author

wohuiaini008 commented Oct 30, 2019 via email

@wohuiaini008
Copy link
Author

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:

{93D2BC44-4A90-BBE9-D7FE-C40179907A82}

I have no idea how to solve this.

@Jayatubi
Copy link
Contributor

Jayatubi commented Nov 1, 2019

最新提交的二进制已开启bitcode

@Jayatubi Jayatubi closed this as completed Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants