@lanzelot1989 I'm glad you got it working. Instruments failed to start the app is not unusual after an XCode or iOS update but happens occasionally at other times as well. For the benefit of others, some standard things to try are:
Make sure that UI Automation is enabled on the device. Even when the device says it is, some people have fixed this issue by rebooting the device and re-enabling UI Automation.
There seem to be some possible "traps" to fall into.
Because different causes are merged into the same error messages "Unable to start application, no application with bundleId" and "Instruments failed to start the app".
Answers
Additional information:
Xamarin Studio: 5.10.3
Test Cloud Agent: 0.18.0
Xamarin.Test: 1.3.5
Device: iPhone 6, iOS 9.3
The tests ran like a charm with 9.2.1.
https://github.com/phonegap/ios-deploy/issues/155#issuecomment-118293930
solved my problem
@lanzelot1989 I'm glad you got it working.
Instruments failed to start the app
is not unusual after an XCode or iOS update but happens occasionally at other times as well. For the benefit of others, some standard things to try are:Make sure that UI Automation is enabled on the device. Even when the device says it is, some people have fixed this issue by rebooting the device and re-enabling UI Automation.
See Instruments failed to start the app while running UI Test on iOS device.
If the Developer option is not available in Settings, see Enable Development After Upgrading Devices to iOS 8.x.
Thanks Glenn!
There seem to be some possible "traps" to fall into.
Because different causes are merged into the same error messages "Unable to start application, no application with bundleId" and "Instruments failed to start the app".