Error  Starting executable:

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

 

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

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 错误就不会在出现了。

 

相关文章:

  • 2021-06-28
  • 2022-12-23
  • 2021-12-02
  • 2021-12-08
  • 2021-10-19
  • 2022-12-23
  • 2021-11-04
  • 2021-06-26
猜你喜欢
  • 2022-01-19
  • 2021-07-10
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
相关资源
相似解决方案