I am trying to build a Cordova project with Xcode 7.1.1 and am getting a 'no bitcode' error from the linker:
ld: '/Users/billnoble/Library/Developer/Xcode/DerivedData/CUES-donxgdovpardqqbprhstonixixch/Build/Products/Debug-iphoneos/libCordova.a(CDVInvokedUrlCommand.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
I have set Enable Bitcode to No in the build settings for both debug and release versions (as recommended in suggested solutions to this problem elsewhere) but this does not remove the link error.
I have installed the latest Corodova 3.9.2 release.