首页 > 代码库 > HJ-第二周,真机调试

HJ-第二周,真机调试

 
报错:
Showing Recent Issues
 
Huiju_app requires a provisioning profile. Select a provisioning profile for the "Debug" build configuration in the project editor.
 
Code signing is required for product type ‘Application‘ in SDK ‘iOS 10.1’
需要描述文件:
技术分享
报错:明显是网络问题
 
 
技术分享
报错,缺少描述文件provisioning profile
技术分享
 https://idmsa.apple.com/IDMSWebAuth/login?appIdKey=891bd3417a7776362562d2197f89480a8547b108fd934911bcbea0110d07f757&path=%2Faccount%2F&rv=1
 
使用流量登录,下载证书 
 
正确的姿势:
1.去开发者网站,下载证书和描述文件,双击证书导入钥匙串,双击描述文件导入xcode
上面是证书,下面是描述文件
技术分享
设置profile
技术分享
project 和 target都要设置
技术分享
修改bundle identifier
技术分享
2.勾选Automatically manage signing,报错,之前提示联网失败:
技术分享
其实不行的原因是网速太慢了,??
3.Team选择公司
4.Status提示错误:  
 Your account already has a signing certificate for this machine but it is not present in your keychain. To create a new one, you must first revoke the existing certificate.
你的账号对这台机器已经有一个签名的证书,但是这个证书不在你的keychain里面,你必须revoke已经存在的这个证书才能创建一个新的
shift + cmd + f去掉格式
5.点revoke,没有报错了,可以正常运行了

HJ-第二周,真机调试