Xcode fails to get the task for process XXX. How do I solve this? (iPhone SDK 4.0)

后端 未结 9 1112
半阙折子戏
半阙折子戏 2020-12-30 18:39

I have the following error when I try to run a new project on my ipod:

Error launching remote program: failed to get the task for process 312.
The program be         


        
9条回答
  •  清酒与你
    2020-12-30 18:51

    It turns out that using a different provisioning profile (one with a wildcard rather than one without) solved this issue.

    The key point is to use a Developer profile rather than a Distribution profile.

提交回复
热议问题