问题描述
我尝试在Xcode 5中验证我的应用时出现错误没有可用于签名的身份。我尝试了所有:重新创建证书和配置文件,所有已在此网站上描述的方法和其他资源;我很困惑,因为当我尝试将我的应用程序作为Ad-hoc分发时,它成功地在测试设备上创建并安装了一个IPA文件。但是当我尝试验证我的应用程序或提交到AppStore时,我总是有错误。也许有人可以帮我解决这个问题。
I have an error "No identities are available for signing" when try to validate my app in Xcode 5. I tried all: Recreate certificates and provisioning profiles, all methods which have been described on this site and another resources; I'm confused, because when I try to distribute my app as Ad-hoc, it successfully create and install on test device an IPA file. But when I try validate my app or submit to AppStore, all the time I have an error. Maybe someone can help me with this issue.
推荐答案
你需要做的就是:
-
转到证书,标识符&开发人员中心的个人资料
go to Certificates, Identifiers & Profiles in the Developer Center
在配置文件/分发中创建新的配置文件
create a new provisioning profile in "Provisioning Profiles" / "Distribution"
下载个人资料并打开它
重启Xcode
这篇关于没有可用于签署Xcode 5的身份的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!