​最新Xcode9 无证书真机调试流程

 

写在前面

公司分配了新的测试机,证书99台名额已满,所以上网找教程,学习了一下如何使用Xcode无证书进行真机调试。​

 

一. 创建证书​

1. 运行Xcode, Xcode–》Preference–》添加账号(能在appstore下载的账号)​

 

 

 

2. 选中刚才添加的AppleID–》Manage Certificates​

 

 

 

3. 点击+ –》IOS Development​

 

 

 

 

二. 配置工程​

1. 自定义bundle id开始真机调试(创建新bundle id—未被其他team使用过)系统会自动repair产生provision文件​

 

 

 

 

三. 信任开发者​

1. 手机(真机)中点击设置(Settings) —> 通用(General)—>设备管理(Device Management)—>点击对应的id —->信任(Trust)​

2. IOS9下 设备管理对应的是描述文件​

 

四. QA​

1. Your account does not have sufficient permissions to modify containers​

 

解决:直接把 BuildSettings – Code Signing Entitlements 中的xxxx.entitlements 直接删除就可以了​

参考:http://www.qingpingshan.com/rjbc/ios/324142.html​

参考:https://stackoverflow.com/questions/40596802/xcode-8-your-account-does-not-have-sufficient-permissions-to-modify-containers​

 

 

 

 

2. does not support the Associated Domains, Push Notifications, and In-App Purchase capabilities.​

1. 解决:关掉推送和内购功能:​

2. 参考:https://www.jianshu.com/p/f31116a76ea9​

 

posted @ 2022-12-06 14:22  ios游戏开发  阅读(56)  评论(0编辑  收藏  举报