2016年11月23日
1.报如下错误
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
原因:基本是证书没设置正确导致(特别是xcode7.3或更低的版本)
解决:绑定正确的code signing 就可以(xcode8以上就可以自动绑定了)
Paste_Image.png
2016年11月16日
1.xcode 真机调试包如下错误could not find developer disk image
Paste_Image.png
原因:xcode版本太低不支持,最新的ios10,
解决:改用最新的xcode8.1
2016年10月28日
报证书相关错误解决
一.现象
Paste_Image.png
原因:证书问题
二.解决:重新制作下自己的开发证书解决(另外你如果用agent主账号登录默认会添加一个主账号证书,暂时不知道有什么有什么用)
步骤如下
1.点击创建 https://developer.apple.com/account/ios/certificate/create
Paste_Image.png
2.打开钥匙串,创建CSR(带有本地标识)<你直接下载人家的证书安装后一般用不了,一般是人家证书通过钥匙串导出p12的格式给你,你才能用>
Paste_Image.png
3.选择刚刚创建的CSR文件
Paste_Image.png
4.下载证书就可以,不要忘了重新编译下Provisioning Profiles(添加刚刚创建的证书,可能只有主账号才能修改)
Paste_Image.png
5.最后重新安装pp文件就可以,推荐如下方法安装,先删除,后download
Paste_Image.png
如果您发现本文对你有所帮助,如果您认为其他人也可能受益,请把它分享出去。