关于 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

最新文章

  1. HTK学习2:工具使用
  2. windows7设置java的环境变量
  3. BSGS算法_Baby steps giant steps算法(无扩展)详解
  4. Oracle删除用户和表空间
  5. 【机试题】c# 是否是素数,找出比它大的第一个素数
  6. 四句话总结JavaScript作用域
  7. 数据结构与算法--KMP算法查找子字符串
  8. Python 单向循环链表
  9. [HCNA]VLAN配置Hybrid接口
  10. Dynamics CRM2013/2015 检索实体属性的两种方式
  11. 【51】java设计模式-工厂设计模式剖析
  12. IDEA zookeeper插件的使用
  13. scrapy+mongodb
  14. KafkaManager编译安装使用(支持kerberos认证)
  15. MAVEN项目环境搭建
  16. List 常用方法
  17. EOS生产区块:解析插件producer_plugin
  18. c# 之partial(分部代码和分部类)
  19. php的符号的排序大小
  20. Mongo如何在多个字段中查询某个关键字?

热门文章

  1. FINAUNCE金融业增速反弹信贷投放创新高叠加股市回暖
  2. Python在函数中使用*和**接收元组和列表
  3. Alpha版本冲刺(十)
  4. PAT 甲级 1106 Lowest Price in Supply Chain
  5. Hyper-V下WINXP无网卡问题解决
  6. webpack打包使用
  7. Windows 防火墙出站 入站规则简单说明
  8. 从苦逼到牛逼,详解Linux运维工程师的打怪升级之路
  9. OneZero第四周第五次站立会议(2016.4.15)
  10. Caffe搭建:Ubuntu14.04 + CUDA7.0 + opencv3.0 + Matlab2014A