美文网首页
免证书真机调试

免证书真机调试

作者: 枫叶1234 | 来源:发表于2018-04-19 09:14 被阅读84次

一. 创建证书

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

相关文章

网友评论

      本文标题:免证书真机调试

      本文链接:https://www.haomeiwen.com/subject/jumikftx.html