【发布时间】:2017-02-01 05:42:15
【问题描述】:
我尝试在 xcode 8 上通过 fastlane (https://github.com/platanus/fastlane-cordova) 构建我的应用程序 生成 xcode.proj 时,如何在 cordova 中指定选择“正确”的配置文件?
=== BUILD TARGET app OF PROJECT app WITH CONFIGURATION Release ===
[ios]
[ios] Check dependencies
[ios] Signing for "Eule" requires a development team. Select a development team in the project editor.
[ios] Code signing is required for product type 'Application' in SDK 'iOS 10.0'
[ios]
[ios] ** BUILD FAILED **
[ios]
[ios]
[ios] The following build commands failed:
[ios] Check dependencies
[ios] (1 failure)
[ios] Error: Error code 65 for command
【问题讨论】:
-
pewpewthespells.com/blog/…手动配置呢?如何在 build.json 中指定?
标签: ios xcode cordova certificate code-signing