Closed
Description
Hi,
My environment:
- ios-deploy 1.2.0
- OSX 10.9.5
- XCode 6.0.1
- Deploying to an iPad 4 running on iOS 8.1
I'm using ios-deploy to perform automated smoke-testing of our application on device. I have found the --noninteractive mode unreliable or just plain broken as ios-deploy doesn't seem to detect crashes or application exit even when this option is enabled. I've tried to investigate a bit and it doesn't seem to be receiving any process event when the application crashes (in the autoexit lldb custom command). It also doesn't seem to detect when my application has quit or been shutdown on device, so ios-deploy just hangs in there and I need to manually kill it.
Are there any known issues with --noninteractive mode at the moment?