我正在尝试使用 Xcode 7.1.1 构建 Cordova 项目,并且从链接器收到“无位码”错误:
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
我已在调试和发布版本的构建设置中将 Enable Bitcode 设置为 No(如其他地方针对此问题的建议解决方案中所建议的那样),但这并不能消除链接错误。
我已经安装了最新的 Corodova 3.9.2 版本。