no matching provisioning profile found

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

1.关闭项目,找到项目文件XXXX.xcodeproj,在文件上点击右键,选择“显示包内容”(Show Package Contents)。会新打开一个Finder。

2.在新打开的Finder中找到project.pbxproj,并且打开,找到你所有包含报错的UUID‘XXX’的行,删除。

3.保存,重新启动项目,再编译,就OK了。

时间: 2024-11-10 14:33:13

no matching provisioning profile found的相关文章

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

真机测试 Thnetwork connection was lost. No profiles for 'xxx' were found: Xcode couldn't find a provisioning profile matching 'xxx'. Code signing is required for product type

最近接手了一个新项目,是从外包接手的,结果出现了很多问题,真的很崩溃,崩溃,吐槽一下 问题一:一直请求不到数据,因为外包只做了一版,上架的这个版本是可以显示数据的,但是给我的项目是没有数据的,因为并没有给文档,接口什么的都得自己一遍遍测试,注释也真的很少,到最后发现是接口问题,但是我在浏览器中测试也可以的,为什么呢?一个很重要的原因:我没有加http://,在浏览器中输入后面的接口是可以显示json数据的,就是忘了加http://... 问题二:真机测试出现标题上描述的问题 因为项目中有推送的S

No codesigning identities found matching the provided provisioning profile jin

今天自己独立的解决了好几个问题,很开心. 第一个就是关于证书的问题: 之前项目经理让我们把/user/Vicky/Library/MobileDevice/Provisioning Profiles 清空,在安装最新的证书: 但是安装的过程中,总是会出现这样的error: 1.No codesigning identities(i.e. XXX) found matching the provided provisioning profile (i.e. XXX) 2.code signing

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

iOS开发-No matching provisioning profiles found解决方法

今天真机调试的时候莫名其妙遇到了这样的一个问题: This product type must be built using a provisioning profile, however no provisioning profile matching both the identity "iPhone Developer" and the bundle identifier..... 具体如下图所示: 十分蛋疼, 发现不管是从网上下的demo, 还是自己的过程.凡事真机测试的时候都

iOS Code Sign error: Provisioning profile can't be found 解决方案

出现error的过程:在运行另外一个xcode项目重置了code sign,回到原来的项目的时候出现这个error 修复方法: targe-build settings-code signing identity-choose iOS Developer 然后Provision File选择对应的file 参考链接: https://developer.apple.com/legacy/library/documentation/ToolsLanguages/Conceptual/YourFir

A valid provisioning profile for this executable was not found

A valid provisioning profile for this executable was not found 导入证书,真机运行报错 原因: provisioning profile所对应的证书里面所包含的设备中,缺少了你自己这台设备的UDID,你需要把自己的UDID发送给提供provisioning文件的那个人,让他给你加上,然后再重新提供一个provisioning profile文件给你.   如果是你自己的$99开发帐号,那么你需要检查一下你这台设备加到你的证书里面没有.

关于IOS的证书、App ID、设备、Provisioning Profile详述

首先,打开developer.apple.com ,在iOS Dev Center打开Certificates, Indentifiers & Profiles认识一下基本结构.列表就包含了开发.调试和发布iOS应用程序所需的所有内容:Certificates.Identifiers.Devices.Provisioning Profiles. Certificate 证书是用来给应用程序签名的,只有经过签名的应用程序才能保证他的来源是可信任的,并且代码是完整的, 未经修改的.在Xcode Bu

iOS: 删除真机测试的Provisioning Profile后,在Code Singing中出现entitlements.plist文件无效,解决办法如下:

问题主题:method to The entitlements specified in your application’s Code Signing Entitlements file do not mat 问题描述:Error:The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning pro