CodeSign error: no provisioning profile at path '/Users/XXX/Library/MobileDevice/Provisioning Profiles/XXXXXXXX.mobileprovision'

新的Xcode 如果更新了provisioning profile文件之后,编译工程时会出现错误:

CodeSign error: no provisioning profile at path ‘/Users/XXX/Library/MobileDevice/Provisioning Profiles/XXXXXXXX.mobileprovision‘

这个时候无论Clean多少遍都是咩用的,解决办法是:

1、找到工程project文件右击显示包内容;

2、在包里找到project.pbxproj文件,右击文本编辑方式打开;

3、查找报错的provisioning profile文件名(‘XXXXXXXX.mobileprovision‘中的‘XXXXXXXX’),替换成空字符串;

4、保存,重新编译工程,over~

CodeSign error: no provisioning profile at path '/Users/XXX/Library/MobileDevice/Provisioning Profiles/XXXXXXXX.mobileprovision'

时间: 2024-08-28 01:16:13

CodeSign error: no provisioning profile at path '/Users/XXX/Library/MobileDevice/Provisioning Profiles/XXXXXXXX.mobileprovision'的相关文章

找不到 Profile 错误“CodeSign error: no provisioning profile at path '/Users/yourname/Library/MobileDevice

如果你更新了profile,再编译iphone项目,发现下面的错误,那你无论如何clean也不会成功,那真是让人恼火阿 找不到 Profile 错误"CodeSign error: no provisioning profile at path '/Users/yourname/Library/MobileDevice/ProvisioningProfiles/F87A055A-EC0D-4F19-A015-57AB09DEBECB.mobileprovision'" X 这时候,先c

No matching provisioning profile found: Your build settings specify a provisioning profile with the

在Archive项目 时,出现了“Your build settings specify a provisioning profile with the UUID “”, however, no such provisioning profile was found”的出错.一直提示指定UUID的provisioning profile找不到,感觉很奇怪.明明自己的provisioning profile是刚下载好的,并且全是新安装.于是通过谷歌找到了答案. 参考地址:http://stacko

IOS问题汇总:2015-1-16 Your build settings specify a provisioning profile with the UUID‘XXX’, ...

在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.

Iphone CodeSign error: no provisioning profile at path 错误

今天在签出程序时,更改了profile,当再次进行整理编译项目时,就出现了这个问题,在xCode 6 开发环境下出现了, 出现这个错误提示Code Sign error: Provisioning profile XXXX can't be found 经查找 找到解决方案与大家共享,解决方案如下: 1.先copy上面那行出错信息,然后关闭这个项目,打开finder到你的项目文件xxxx.xcodeproj上面按鼠标右键,选择Show Package Contents菜单,在新打开的finder

Iphone CodeSign error: no provisioning profile at path 错

今天在退房手续,变化了profile,当再次进行整理编译项目时.就出现了这个问题,在xCode 6 开发环境下出现了, 出现这个错误提示Code Sign error: Provisioning profile XXXX can't be found 经查找 找到解决方式与大家共享,解决方式例如以下: 1.先copy上面那行出错信息,然后关闭这个项目,打开finder到你的项目文件xxxx.xcodeproj上面按鼠标右键,选择Show Package Contents菜单,在新打开的finde

更换免开发证书账号出现的Your build settings specify a provisioning profile with the UUID"",however,no such provisioning profile was found

更换了免费的个人开发者账号后会出现这个错误 解决方法:在Finder中右键打开工程文件(显示包内容),用文本编辑器打开后缀名为.pbxproj的文件,command+f 搜索"PROVISIONING_PROFILE"关键字 搜索出所有类似如下的代码,然后删除 关闭工程,重新打开,然后重新fix issue一下自己的个人账号,即可. 注意:1.要首先更改Bundle identifier:不能以数字开头,不能以com.开头;        2.第一次运行在手机上的时候会提示不成功,要在

iOS Provisioning Profile(Certificate)与Code Signing详解

摘自:http://blog.csdn.net/phunxm/article/details/42685597 引言 关于开发证书配置(Certificates & Identifiers & Provisioning Profiles),相信做 iOS 开发的同学没少被折腾.对于一个 iOS 开发小白.半吊子(比如像我自己)抑或老兵,或多或少会有或曾有过以下不详.疑问.疑惑甚至困惑: 什么是App ID?Explicit/Wildcard App ID有何区别?什么是App Group

删除Xcode中多余的证书provisioning profile

xcode5 provisioning profile path: ~/Library/MobileDevice/Provisioning Profiles 顺带推荐一个好用的命令行工具:iTerm. 还有以下是我的电脑:.hash_profile 配置文件,能对终端窗口显示进行个性化设置.懂得直接复制过去用吧. #设置默认文本编辑器 export EDITOR=vim #每次登陆显示用户名 #hname=`hostname` #echo "Welcome on $hname." #设

【转】 iOS Provisioning Profile(Certificate)与Code Signing详解

原文:http://blog.csdn.net/phunxm/article/details/42685597 引言 关于开发证书配置(Certificates & Identifiers & Provisioning Profiles),相信做iOS开发的同学没少被折腾.对于一个iOS开发小白.半吊子(比如像我自己)抑或老兵,或多或少会有或曾有过以下不详.疑问.疑惑甚至困惑: 什么是App ID?Explicit/Wildcard App ID有何区别?什么是App Group ID?