Hi,
when I use unity to build to iOS, (using their cloud build feature), I get this error:
366: ❌; ld: '/BUILD_PATH/aaa.2019-4-ios/temp20210513-6569-1ntpi27/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. file '/BUILD_PATH/aaa.2019-4-ios/temp20210513-6569-1ntpi27/Frameworks/Plugins/iOS/easyar.framework/easyar'
367: ❌; clang: error: linker command failed with exit code 1 (use -v to see invocation)
Can you tell me how to enable bitcode, or is there an updated library I can use? The library I am using hasn't been updated in 2 years.
Thanks!
- Mike