【发布时间】:2015-07-22 19:08:02
【问题描述】:
尝试在 jenkins 上使用 xcodebuild 构建我的应用程序时出现以下代码签名错误
Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) matching the team ID “xxxxxxxxxx” were found.
CodeSign error: code signing is required for product type 'Framework' in SDK 'iOS 8.3'
我可以从 xcode GUI 构建它,但是没有问题。这里发生了什么?显然,计算机拥有构建 .ipa 文件所需的一切,但我无法通过 Jenkins 和 xcodebuild 来做到这一点
【问题讨论】:
标签: ios xcode jenkins code-signing xcodebuild