0

I am trying to deploy an Xcode app to my iPad without code signing. To do so, I have edit the SDKSettings.plist file, changed my project settings to do not run, and installed AppSync. This is the error I receive:

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

This is the error in the debug screen:

Error launching remote program: failed to get the task for process 1396.The program being debugged is not being run.

The number keeps changing. On my iPhone, once I hit "ok" to dismiss the error on my computer, I can launch the app from the springboard and use it perfectly. However, on my iPad, this is not the case. It just crashes if I attempt to open it.

Has anyone ever had this program, or know how to solve it?

Also, my iPhone is on 5.0.1, and my iPad is on 5.1.1. The app works fine in the simulator, though.

4

1 回答 1

0

您必须拥有有效的配置文件,这需要注册 iOS 开发者计划。如果没有配置文件,就无法在 iOS 设备上运行应用程序。欲了解更多信息:https ://developer.apple.com/programs/ios/

于 2012-05-26T03:37:16.057 回答