简体   繁体   English

供应配置文件问题

[英]Provision profile problems

My app's provision profile expired 2 days back, i created a new one and now it gives me the error: 我的应用程序的配置文件在2天后过期,我创建了一个新的配置文件,现在出现错误:

Code Signing Entitlements Do Not Match Provisioning Profile 代码签名权利与配给配置文件不匹配

EveryThing is same,jus the profile name is changed.. 一切都一样,只是个人资料名称已更改。

Anyone here knws wat's the problem?? 这里有人知道问题所在吗?

It can happen that you have not created your provisioning profile for the same application id. 您可能没有为相同的应用程序ID创建配置文件。

The easiest is to create a provisioning profile for the app id "*" (in case you are not using special things, like push) - and you can use this provisioning profile for every application of yours. 最简单的方法是为应用程序ID“ *”创建一个配置文件(以防万一,如果您不使用诸如push之类的特殊功能),则可以为您的每个应用程序使用该配置文件。 Also - you can delete your provisioning profile from the apple developer website and your xcode organizer, and you click on the refresh button in organizer then xcode will talk to the apple dev website and download a new one for you. 另外-您可以从Apple开发人员网站和xcode组织者中删除您的配置文件,然后单击组织者中的“刷新”按钮,然后xcode将与apple开发者网站进行对话并为您下载一个新的。

Hope this helps, Moszi 希望这对您有帮助,Moszi

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM