no matching provisioning profile found
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了no matching provisioning profile found相关的知识,希望对你有一定的参考价值。
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试会出现“Your build settings specify a provisioning profile with the UUID‘XXX’, however, no such provisioning profile was found. Xcode can resolve this issue by downloading a new provisioning profile from the Member Center.”。
1.关闭项目,找到项目文件XXXX.xcodeproj,在文件上点击右键,选择“显示包内容”(Show Package Contents)。会新打开一个Finder。
2.在新打开的Finder中找到project.pbxproj,并且打开,找到你所有包含报错的UUID‘XXX’的行,删除。
3.保存,重新启动项目,再编译,就OK了。
以上是关于no matching provisioning profile found的主要内容,如果未能解决你的问题,请参考以下文章
No matching provisioning profile found: Your build settings specify a provisioning profile with the(
No matching provisioning profiles found:No provisioning profiles with a valid signing idea....
mac开发.NETNo installed provisioning profiles match the installed iOS signing identities
Your build settings specify a provisioning profile with the UUID, no provisioning profile was
解决Code Sign error: Provisioning profile does not match bundle identifier