failed to get the task for process XXX(解决方案)
生活随笔
收集整理的這篇文章主要介紹了
failed to get the task for process XXX(解决方案)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
引人:
????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.就這么簡單.
轉:http://blog.csdn.net/itianyi/article/details/8575154
總結
以上是生活随笔為你收集整理的failed to get the task for process XXX(解决方案)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: jetbrick-template 1.
- 下一篇: struts2:在Action中使用Se