You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: