新浪微博 有道云笔记 麦库 EverNote Pocket Instapaper 更多

关于 xcode5 的no matching provisioning profiles found

关于 xcode5 的no matching provisioning prof…


about the question in xcode5 “no matching provisioning profiles found "
 
(关于 xcode5 的no matching provisioning profiles found )


when I was fitting with iOS7,I get the warning like this:no matching provisioning profiles found。
the reason may be that your project is in other group
(今天做ios7的适配 发现了no matching provisioning profiles found这个问题,在xcode5里面不一定是因为你的真机证书有问题,有可能是因为,项目本来在别的组里)
.

do like this:find the file named ***.xcodeproj in your protect,show the content of it。
(如果你出现上图的错误,只需要在此项目的***.xcodeproj 文件,然后右键选择“显示包内容",如下图:)




you will see three files:
(一般情况下,包中有如下3个文件:)
1.project.pbxproj      2.project.xcworkspace 3.xcuserdata
open the first ,search the uuid and delete the row 。
(打开第一个,搜索那串uuid~~然后吧这个id删掉就可以了~~)
© chenyilong. Powered by Postach.io
posted @ 2014-03-08 11:46  iTeaTime(技术清谈)  阅读(487)  评论(0编辑  收藏  举报