美文网首页iOS系统
Xcode 无证书真机调试

Xcode 无证书真机调试

作者: Muz李 | 来源:发表于2018-11-02 18:55 被阅读0次

    写在前面

    公司分配了新的测试机,证书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

    ---------------------

    作者:B9班的真高兴

    来源:CSDN

    原文:https://blog.csdn.net/zhenggaoxing/article/details/79042382

    版权声明:本文为博主原创文章,转载请附上博文链接!

    相关文章

      网友评论

        本文标题:Xcode 无证书真机调试

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