首页 > 其他 > 详细

XCode :failed to get the task for process XXX

时间:2015-11-13 14:25:10      阅读:222      评论:0      收藏:0      [点我收藏+]

引人:

    iOS真机调试程序,报如下错误信息:

failed to get the task for process XXX

 

原因:

证书问题,project和targets的证书都必须是开发证书,ADHOC的证书会出现此问题。

 

解决方案:

    project和targets的证书使用开发证书

 

其他:

failed to get the task for process XXX

 

 

This error happens when you have set Distribution Provisioning profile in code signing. Change it to Developer Provisioning Profile, then it will work. Worked for me for Xcode SDK 4.5.

把你的code sign由Distribution改成Developer.就这么简单.

 

补充:

iphone5s的时候会出现:process launch failed: security

这时候,应该app其实已经安装成功了,你只需要在iphone上启动app,然后点击信任就可以了。

XCode :failed to get the task for process XXX

原文:http://www.cnblogs.com/muyilang/p/4961947.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!