Xcode failed to get the task for process XXX

场景:

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

failed to get the task for process XXX

原因:

证书问题,真机调试 targets的证书都必须是开发证书,若是ADHOC的证书会出现此问题。

解决方案:

project和targets的证书使用开发证书。(Xcode8 Automatic)

其他:

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

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

你可能感兴趣的:(Xcode failed to get the task for process XXX)