http://blog.csdn.net/itianyi/article/details/8575154
引人:
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.就这么简单.
本文介绍了解决iOS真机调试中出现的failed to get the task for processXXX错误的方法。该错误通常由于使用了发布证书而非开发证书引起。文章提供了具体的解决步骤。

486

被折叠的 条评论
为什么被折叠?



