Error launching remote program: failed to get the task for process

来源:互联网 发布:阿里云免费云服务器 编辑:程序博客网 时间:2024/05/16 15:05

要实现真机调试,ios设备越狱之后出现的问题就比较少,但是实际调试的时候一般还是会出现一些问题,个人在真机调试的时候出现了如下问题:

Error  Starting executable:

          error launching remote program failed to get the task for process 715


这个问题的解决方案如下(本人使用的是Xcode4.2):

     1.Select File->New File->ios->resources->property List         name the file "Entitlements.plist‘  -->Creat

     2.点击这个Entitlements.plist,在右侧的空白处右键选择Add Row  自己新建一个"Can be debugged"设置为Boolen 然后选择YES

   3.在build setting当中找到Code Singing Entitlements 将那项值改为刚刚新建的Entitlements.plist

               

4.然后Run 错误就不会在出现了。

原创粉丝点击