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

iOS Bitcode issue #264

Open
tmshakirov opened this issue Dec 26, 2022 · 4 comments
Open

iOS Bitcode issue #264

tmshakirov opened this issue Dec 26, 2022 · 4 comments

Comments

@tmshakirov
Copy link

tmshakirov commented Dec 26, 2022

Hey guys,

I keep getting this bitcode issue when trying to archive Xcode project built with Unity 2021.3.2f1 and Adjust 4.33.0:

libAdjust.a (ADJEventFailure.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

I did some googling and I know that there was a similar issue a while ago. Looks like it's back.
What am I supposed to do? Is it Unity version-related issue?
I tried messing with bitcode settings in Xcode, but nothing helps.

@tmshakirov
Copy link
Author

UPD: I took the 4.30.0 version and no issues appeared this time. Looks like bitcode is broken only in 4.33.0

@uerceg
Copy link
Contributor

uerceg commented Dec 27, 2022

Hi @tmshakirov,

Thank you for reporting. Which Xcode version are you using?

@tmshakirov
Copy link
Author

13.0

@CodeMasterYi
Copy link

@tmshakirov
Bitcode is deprecated in Xcode14 by Apple, so just disable it!
See here https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes
Search 'bitcode' in that document page.

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

3 participants