美文网首页Swift 开发
IOS真机调试问题集锦

IOS真机调试问题集锦

作者: 欧公 | 来源:发表于2017-03-30 11:04 被阅读12次

    一、App installation failed

        This application’s application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed.

    解决步骤:Xcode->Window->Devices

    1、按图示删除App即可

    2、直接手机上删除

    二、Could not find Developer Disk Image

    当前我所测真机系统版本10.1.1,得到上图提示

    解决步骤

    1、点击Finder选择前往文件夹,输入

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    注意:有些mac可能会装多个版本Xcode,此时的Xcode.app就是对应着相对的名字

    发现果然没有10.1.1的系统,有些文章说需要更新Xcode,经测试暂不需要,去下载对应

    版本的包即可

    链接: http://pan.baidu.com/s/1mhRcYww 密码: b3ui    版本从4.2到10.1皆有,并持续更新

    问题不断从实际开发中收集......

    相关文章

      网友评论

        本文标题:IOS真机调试问题集锦

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