I’m getting the following error when attempting to build my cordova app in xcode:
com.couchbase.lite.phonegap/libCBLJSViewCompiler.a(CBLJSViewCompiler.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)
What do I need to do to resolve this?