I tried installing the PhoneGAP HelloWorld app for testing on the device. I am using the Xcode 4.6 / iOS 6.1 SDK and I want to deploy the application on an iOS 5.1.1 device. The project is in debug mode. When I tried this, xCode returned an error timed out waiting for app to launch.
timed out waiting for app to launch
Why is this happening?
For me, the replacement AdHoc Provisioning for the standard Provisioning Development / Team worked.
. . , . ad hoc .
You may need to disable a special provisioning profile.
Check your code, maybe you are using the Adhoc provisioning profile in debug mode. If your problem
does not solve, reboot the device. This type of behavior is sometimes observed.