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.