Xcode returns a "timeout for a waiting application to start" when trying to deploy a PhoneGAP application on a device

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.

Why is this happening?

+5
source share
4 answers

For me, the replacement AdHoc Provisioning for the standard Provisioning Development / Team worked.

+10
source

. . , . ad hoc .

+3

You may need to disable a special provisioning profile.

+2
source

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.

+2
source

All Articles