在阅读了所有以前关于代码签名错误的帖子后,我已经达到了死胡同.使用ios平台(版本3.8.0)构建cordova项目(版本4.3.0)并使用Bamboo服务器进行持续集成.我无法让我的应用为该版本的iOS应用签名.这是我的构建任务的顺序:
我在上面运行#5任务时遇到此错误:
=== BUILD TARGET Abczyx OF PROJECT Abczyx WITH CONFIGURATION Release ===
Check dependencies
Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) matching the team ID “(null)” were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.1'
The following build commands failed:
Check dependencies
(1 failure)
Error code 65 for command: xcodebuild …Run Code Online (Sandbox Code Playgroud)