problem with building for IOS

0 votes
asked Sep 16, 2020 by tupikproduction (120 points)

Hi! I followed instructions in documentation disabled bitcode, but in Xcode show's me the following error.

Showing All Issues

: '/Users/............./VR_Ar/Frameworks/Plugins/iOS/easyar.framework/easyar(easyar-arm64-master.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.

Please help!

Thank you

1 Answer

0 votes
answered Sep 17, 2020 by kenn (18,750 points)
There are multiple targets in the Unity generated XCode project and it may differ between different Unity versions. If you take a careful look into the build report, you will find out which target is throwing this error. Turn off bitcode for the exact target.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...