ld: '/Users/horuns/Desktop/Heart/Build/Frameworks/Plugins/iOS/easyar.framework/easyar(easyar-armv7-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. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Hello. I get this error every time when I try to build it for iOS in xCode (from Unity engine). I disabled bitcode, and even try to use only ARM64 architecture, but still get this error.
please help asap. I have deadline in 4 days.
Edit:
Same issue for ARM64:
ld: '/Users/horuns/Desktop/Heart/Build/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. for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Disabling bitcode in xCode doesn't help