failed to get the…

引人:

    iOS真機調試程序,報如下錯誤信息:

failed to get the task for process XXX

 

原因:

證書問題,projecttargets的證書都必須是開發證書,ADHOC的證書會出現此問題。

 

解決方案:

    projecttargets的證書使用開發證書

 

其他:

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章