今天自己独立的解决了好几个问题,很开心。
第一个就是关于证书的问题:
之前项目经理让我们把/user/Vicky/Library/MobileDevice/Provisioning Profiles 清空,在安装最新的证书;
但是安装的过程中,总是会出现这样的error:
1.No codesigning identities(i.e. XXX) found matching the ...
分类:
其他好文 时间:
2015-05-19 10:51:30
阅读次数:
150
引言 关于开发证书配置(Certificates & Identifiers & Provisioning Profiles),相信做iOS开发的同学没少被折腾。对于一个iOS开发小白、半吊子(比如像我自己)抑或老兵,或多或少会有或曾有过以下不详、疑问、疑惑甚至困惑:什么是App ID?Exp...
分类:
移动开发 时间:
2015-05-14 15:46:34
阅读次数:
252
Provisioning Profile是和证书,Oh My!
为了APP中push通知好用,app需要provisioning profile签名。另外,APP Server需要用SSL证书对push通知签名。provisioning profile和SSL 证书是紧密连接在一起的,并且仅对一个App ID可用,这么做可以保证只有你的app Server可以发送push消息到你的app而不是别人的APP。
正如你所知,APP使用不同的provisioning profile用于开发和发布。同样也有两种p...
分类:
移动开发 时间:
2015-05-11 10:50:29
阅读次数:
253
Xcode中如果添加过多个开发者账号, 慢慢就会发现 Provisioning Profile 有很多, 无用的Provisioning Profile Xcode也不会自动删除,想要清理的话, 就需要自己手动来处理.~/Library/MobileDevice/Provisioning Profi...
分类:
其他好文 时间:
2015-04-28 13:53:38
阅读次数:
138
在Archive项目时,出现了“Your build settings specify a provisioning profile with the UUID “”, however, no such provisioning profile was found”的出错。一直提示指定UUID的pr...
分类:
移动开发 时间:
2015-04-22 11:17:17
阅读次数:
145
真机调试时,build settings 里面Provisioning Profile的releases选Distribution证书会提示A valid provisioning profile for this executable was not found。使用发布证书进行编译,运行在真机上时会提示该信息Distribution 的profile是分Adhoc和App store两种,adh...
分类:
其他好文 时间:
2015-04-17 14:00:45
阅读次数:
96
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试会出现“Your build settings specify a provisioning profile with the UUID‘XXX’, however, no such provisioning profile w...
分类:
移动开发 时间:
2015-04-15 11:15:25
阅读次数:
155
模拟器调试的时候有的时候不能检验出程序在真实手机上的差别,如果需要进行真机测试或者发布应用到App Store上去的时候, 公司如果没有开发过App,你可以从头开始弄,大部分都是后来接手的,那么当我们进入https://developer.apple.com/account/ios/profile/...
分类:
移动开发 时间:
2015-04-06 10:06:36
阅读次数:
174
在xcode 5 "organizer"里provisioning profile的管理界面已经不再有,
而是改为在menu "Xcode > Preference... >Accounts tab"
里进行管理,
还有一点不同的是你需要在Accounts tab里添加Apple ID with password
profile文件的存放位置为
/Users/用户名/Librar...
分类:
其他好文 时间:
2015-03-17 14:15:38
阅读次数:
149
a valid provisioning profile for this executable was not found错误
没有解决我的问题, 根本原因是 Provisioning
Profiles 沒有包含该设备 的问题...
分类:
其他好文 时间:
2015-03-09 20:57:47
阅读次数:
133