I can't build my unity project developed with easy ar to my phone. XCode keeps giving me this bitcode error.
/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.
I'm using
-Unity 2019.3.15
-EasyAR Sense 4.0.1
-Xcode 11.5
-iOS 13.5
EDIT: I'd like to add that recent xcode versions do not have the option to disable bitcode in the build settings, only when archiving is done and you are uploading to appstore you are given the option not to use it, but it gives me this error before the archive build is complete too