首页 > 代码库 > 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-第二周,真机调试
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。