Select a provisioning profile for the "Debug" build configuration in the project editor.

  今天打开厂商的示例demo 遇到这个问题, 解决方式主要是在 Build Setting 选项卡下 Code Signing Identity 选择为 iOS Developer,开始的时候貌似是厂商的开发者的ID:

  然后在 General 选项卡下面,把 Identity 里面的 Bundle Identifier 改成新的,之前的那个已经被注册到人家的ID 下面了,我们需要给它一个新的值绑定到我们自己的 ID 下面。

  然后下面 Signing 把 Automatically manage signing 选中,team 选择自己的ID,再编译错误就消失了。

参考链接:http://www.jianshu.com/p/d7a8ef934a32

时间: 2024-10-01 20:00:03

Select a provisioning profile for the "Debug" build configuration in the project editor.的相关文章

修改项目APP名字后,在真机运行报错:The provisioning profile specified in your build settings (“haotian”) has an AppI

错误提醒:The provisioning profile specified in your build settings ("haotian") has an AppID of "com.basecom.vipose" which does not match your bundle identifier "com.baseus.iTemperature".  Xcode can resolve this issue by downloadi

Your build settings specify a provisioning profile with the UUID, no provisioning profile was

iOS 真机调试问题 在Archive项目时,出现了"Your build settings specify a provisioning profile with the UUID "", however, no such provisioning profile was found"的出错.一直提示指定UUID的provisioning profile找不到,感觉非常奇怪.明明自己的provisioning profile是刚下载好的,而且全是新安装.于是通过谷

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.

Your build settings specify a provisioning profile with the UUID “bd4ae966-4d2c-4966-99eb"

这里所说的就是要通过修改你的项目的.xcodeproj文件来解决上述的错误. 1.找到项目中的**.xcodeproj文件,点击右键,show package contents(打开包内容). 2.打开后找到project.pbxproj文件,用文本编辑器打开.其实就是右键,点击open就好了. 3.打开这个文件后,按command+F,在这个文件中查找“PROVISIONING_PROFILE",找到和这个“ PROVISIONING_PROFILE = "487F3EAC-05FB

iOS 发布证书错误 Your build settings specify a provisioning profile with the UUID, no provisioning profile was found

解决办法 1.找到项目中的**.xcodeproj文件,点击右键,show package contents(打开包内容). 2.打开后找到project.pbxproj文件,用文本编辑器打开.其实就是右键,点击open就好了. 3.打开这个文件后,按command+F,在这个文件中查找“PROVISIONING_PROFILE",找到和这个“ PROVISIONING_PROFILE = "487F3EAC-05FB-4A2A-9EA0-31F1F35760EB"; &qu

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

a valid provisioning profile for this executable was not found错误

a valid provisioning profile for this executable was not found错误 把schema里的"Build Configuration"改成了release.而release对应的provision是用发布证书的.把"Build Configuration"改成了debug就好了 此方法没有解决我的问题,  根本原因是 Provisioning Profiles 沒有包含该设备 的问题

【转】 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?