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

后端 未结 9 1113
半阙折子戏
半阙折子戏 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:52

    1.Run the Application using development certificates in both debug and release area in code signing identity.

    or

    2.Use the development certificate in debug area and distribution certificate in release area.

提交回复
热议问题