我们在 Xcode 7.3 中使用 HERE iOS SDK 高级版和 Swift,但是当我们尝试使用以下命令导出存档时:
xcodebuild -exportArchive -exportOptionsPlist exportOptions.plist -archivePath build/App.xcarchive -exportPath build
exportArchive 失败,我们遇到了错误:
ld: bitcode bundle could not be generated because '<path to workspace>/HEREMaps/NMAKit.framework/NMAKit(NMAApplicationContext.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Here maps 是否支持带有 Xcode 7.3 的 Swift?我们需要设置项目设置以使其正常工作吗?
我们能够在模拟器中毫无问题地运行该应用程序。