No matching provisioning profile found: Your build settings specify a provisioning profile with the(
Posted deneyZhao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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://stackoverflow.com/questions/1760518/codesign-error-provisioning-profile-cannot-be-found-after-deleting-expired-prof
这里所说的就是要通过修改你的项目的.xcodeproj文件来解决上述的错误。
1.找到项目中的**.xcodeproj文件,点击右键,show package contents(打开包内容)。
2.打开后找到project.pbxproj文件,用文本编辑器打开。其实就是右键,点击open就好了。
3.打开这个文件后,按command+F,在这个文件中查找“PROVISIONING_PROFILE",找到和这个“
PROVISIONING_PROFILE = "487F3EAC-05FB-4A2A-9EA0-31F1F35760EB";"PROVISIONING_PROFILE[sdk=iphoneos*]" = "487F3EAC-05FB-4A2A-9EA0-31F1F35760EB";
”类似的都删除。
4.然后保存文件,重新打开项目。xcode会提示你重新下载安装provisioning profile文件。下载后安装上就可以。
以上是关于No matching provisioning profile found: Your build settings specify a provisioning profile with the(的主要内容,如果未能解决你的问题,请参考以下文章
No matching provisioning profile found: Your build settings specify a provisioning profile with the(
No matching provisioning profiles found:No provisioning profiles with a valid signing idea....
mac开发.NETNo installed provisioning profiles match the installed iOS signing identities
Your build settings specify a provisioning profile with the UUID, no provisioning profile was
解决Code Sign error: Provisioning profile does not match bundle identifier