常看iOS Developer程序员

真机调试时app运行不到手机的原因

2016-07-27  本文已影响979人  Jason_Wong

1.提示信息: Xcode cannot launch XFW on 辉雄 because the device is locked.

方法:对手机进行解锁就可以了。还是不行的话就尝试拔掉手机线重新插入。

2. The operation couldn’t be completed. (LaunchServicesError error 0.)

卸载之前的安装的app,在手机设置-通用-描述文件里选择信任

3.检查codesign里的开发调试证书和开发provision

4.报security错误

方法:(1)描述文件问题,在通用--描述文件选择信任 (2)手机无网络了,检查wifi或自带网络

5.The identity used to sign the executable is no longer valid (Please verify that you’re device,s clock is properly set,and that your singing certificates is not expired)

方法:(1)应该是bundle id 不对:输入之前的bundle id或重新搞个新的  (2)mobileProvison证书不对:a. Provisoing改为iOS Team Provisioning Profile:* b.或者改为自己的provision证书

6.couldnot find  disk image

答:xcode版本过低,手机系统过高!

如果上面的文章对您在以后的开发中能派上用场,请关注或点个喜欢吧,我会不定期的给您分享或推荐一些好的文章哦^_^

本文网址:http://www.jianshu.com/writer#/notebooks/5130119/notes/4979661

上一篇下一篇

猜你喜欢

热点阅读