您的位置:首页 > 产品设计 > UI/UE

Your build settings specify a provisioning profile with the UUID‘XXX’

2016-08-19 18:22 447 查看
在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:

1.关闭项目,找到项目文件XXXX.xcodeproj,在文件上点击右键,选择“显示包内容”(Show Package Contents)。会新打开一个Finder。

2.在新打开的Finder中找到project.pbxproj,并且打开,找到你所有包含报错的UUID‘XXX’的行,删除。

3.保存,重新启动项目,再编译,就OK了。

转载: http://www.cnblogs.com/flycantus/p/3492071.html

方法2:

打开Xcode->Preference; 选择自己的账号; 点击View Details;

在Signing Idetities中 点击 所有相关的Reset;

在Provisioning Profiles中删除所有的然后重新Download All。

重启Xcode

转载:http://stackoverflow.com/questions/34346436/xcode-7-2-no-matching-provisioning-profiles-found
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐