xcodebuild代码签名错误:未找到匹配的代码签名身份: [英] xcodebuild Code Sign error: No matching codesigning identity found:

查看:295
本文介绍了xcodebuild代码签名错误:未找到匹配的代码签名身份:的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在开发我的应用程序,尚未加入App开发人员计划. 虽然有Mac,但创建了Apple ID并使用模拟器开发了我的应用. 问题:

I am currently in process of developing my app and haven't enrolled into App developer program. Though have mac, created apple id and developing my app with simulator. Question:

  1. 您是否需要注册(支付$ 99)才能使用xcodebuild(要构建的命令行工具)?
  2. 我已经创建了一个入门应用程序,并且能够使用XCode(IDE)成功构建,但同时使用xcodebuild -target -sdk iphoneos -configuration debug进行了构建 我得到了

  1. Do you need to enroll (pay $99) to use xcodebuild (the commandline tool to build)?
  2. I have created a starter app and was able to build successfully with XCode (IDE) but while building the same with xcodebuild -target -sdk iphoneos -configuration debug I was getting

Code Sign error: No matching codesigning identity found: No codesigning identities (i.e. certificate and private key pairs) matching "XXXXXX" were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.1'*

然后我更改了代码签名身份",并更新为不要代码签名"

And then I changed "Code signing identity" and updated with "Don't code sign"

现在我只能得到

CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.1'*

有什么办法解决这个问题吗?

Any idea how to fix this?

推荐答案

要为该设备进行构建,您需要支付99美元才能注册iOS开发人员计划.否则,您只能为模拟器编译

In order to build for the device you need pay $99 to enroll in the iOS developer program. Without doing that you can only compile for the simulator

这篇关于xcodebuild代码签名错误:未找到匹配的代码签名身份:的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆