美文网首页
No matching provisioning profile

No matching provisioning profile

作者: xyzhao | 来源:发表于2014-12-26 11:38 被阅读317次

    此文转载自:这篇博客

    在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’的行(包含UUID后面的一串数字的行,可能不包含"UUID"),整行删除。

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

    相关文章

      网友评论

          本文标题:No matching provisioning profile

          本文链接:https://www.haomeiwen.com/subject/hxbatttx.html