关于 xcode5 的no matching provisioning profiles found
关于 xcode5 的no matching provisioning prof…
about the question in 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。
(今天做ios7的适配 发现了no matching provisioning profiles found这个问题,在xcode5里面不一定是因为你的真机证书有问题,有可能是因为,项目本来在别的组里)
.
do like this:find the file named ***.xcodeproj in your protect,show the content of it。
you will see three files:
(一般情况下,包中有如下3个文件:)
1.project.pbxproj 2.project.xcworkspace 3.xcuserdata
open the first ,search the uuid and delete the row 。
1.project.pbxproj 2.project.xcworkspace 3.xcuserdata
open the first ,search the uuid and delete the row 。
(打开第一个,搜索那串uuid~~然后吧这个id删掉就可以了~~)
作者:
出处:http://www.cnblogs.com/ChenYilong/(点击RSS订阅)
本文版权归作者和博客园共有,欢迎转载,
但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。