iOS真机调试时更新证书错误:No matching provisioning profiles

[摘要:iOS实机调试时更新证书毛病:No matching provisioning profiles found 正在Xcode中当您正在更新了您得证书而再重新编译您的顺序,实机调试会涌现“Your build settings specify a provisioning profile with the UUI] 

iOS真机调试时更新证书错误:No matching provisioning profiles found xcode

在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.”。\ ui

解决方案: this

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

2.在新打开的Finder中找到project.pbxproj,而且打开,找到你全部包含报错的UUID‘XXX’的行,删除。 调试

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

相关文章
相关标签/搜索