Xcode: No matching provisioning profiles found

来源:互联网 发布:天津老年大学网络报名 编辑:程序博客网 时间:2024/05/25 13:33

1.右键 xcodeproj 文件 -> 显示包内容。

2.打开 pbxproj 文件。

3.删除所有的 PROVISIONING_PROFILE = "uuid" 整行,重启项目。


http://stackoverflow.com/questions/18475964/xcode5-no-matching-provisioning-profiles-found-issue-but-good-at-xcode4

http://stackoverflow.com/questions/34346436/xcode-7-2-no-matching-provisioning-profiles-found

http://blog.csdn.net/cuibo1123/article/details/39432411


0 0