XCode :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.就这么简单.

补充:

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

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

时间: 2024-08-04 18:10:36

XCode :failed to get the task for process XXX的相关文章

xcode 真机调试 failed to get the task for process xxx

此错误原因是,使用 in house profile 签名了真机调试的证书: 在 target---build settings----code sign 把 in house profile 改成 dev profile 开发测试用的: xcode 真机调试 failed to get the task for process xxx,布布扣,bubuko.com

报错: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

process launch failed : failed to get the task for process xxx

原因: 证书问题,project和targets的证书都必须是开发证书,ADHOC的证书会出现此问题. 解决方案: project和targets的证书使用开发证书.   其他: This error happens when you have set Distribution Provisioning profile in code signing. Change it to Developer Provisioning Profile, then it will work. Worked f

XCode Could not launch "" failed to get the task for process

在Xcode下编译工程正常,在模拟器下运行正常,最后在真机上运行的时候出现了如下错误: Could not launch "FeedMeWorms" failed to get the task for process 3118 原因是:我的签名是distribution certificate,即发布者证书,不允许在真机上直接运行 使用开发者证书就OK了 参考:http://blog.csdn.net/teng_ontheway/article/details/8467932 XCo

【xcode】错误之Could not launch "" failed to get the task for process

http://blog.csdn.net/teng_ontheway/article/details/8467932 在Xcode下编译工程正常,在模拟器下运行正常,最后在真机上运行的时候出现了如下错误: Could not launch "FeedMeWorms" failed to get the task for process 3118 原因是:我的签名是distribution certificate,即发布者证书,不允许在真机上直接运行 使用开发者证书就OK了

iOS:Xcode错误 failed to get the task for process 3118

模拟器运行正常的项目,在真机上运行出现 failed to get the task for process 3118错误, 解决方法是看看你的开发者证书是否选择正确了

process launch failed: failed to get the task for process 1482

在真机调试过程中,如果遇到这种问题:Could not launch "EzPlug" process launch failed: failed to get the task for process 1482 这种问题其实很简单,就是你的证书设置不对,你只需要在code signing中将发布证书切换为开发者证书就ok了. 版权声明:本文为博主原创文章,未经博主允许不得转载.

对数据集“dsArea”执行查询失败。 (rsErrorExecutingCommand),Query execution failed for dataset 'dsArea'. (rsErrorExecutingCommand),Manually process the TFS data warehouse and analysis services cube

错误提示: 处理报表时出错. (rsProcessingAborted)对数据集“dsArea”执行查询失败. (rsErrorExecutingCommand)Team System 多维数据集或者不存在,或者未经处理. 解决方法: Manually process the TFS data warehouse and analysis services cube When you need the freshest data in your reports, when errors have

真机测试 Thnetwork connection was lost. No profiles for 'xxx' were found: Xcode couldn't find a provisioning profile matching 'xxx'. Code signing is required for product type

最近接手了一个新项目,是从外包接手的,结果出现了很多问题,真的很崩溃,崩溃,吐槽一下 问题一:一直请求不到数据,因为外包只做了一版,上架的这个版本是可以显示数据的,但是给我的项目是没有数据的,因为并没有给文档,接口什么的都得自己一遍遍测试,注释也真的很少,到最后发现是接口问题,但是我在浏览器中测试也可以的,为什么呢?一个很重要的原因:我没有加http://,在浏览器中输入后面的接口是可以显示json数据的,就是忘了加http://... 问题二:真机测试出现标题上描述的问题 因为项目中有推送的S