Commit 58898636 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Only attempt to deploy to USB-connected iOS devices (#8309)

Do not attempt to deploy/debug wifi connected iOS devices. ios-deploy is
able to install over wifi, but we've had several bugs reporting failure
to run/debug once installation has completed when the device is also
connected via USB. Note that we don't currently support deploy/debug
over wifi since libimobiledevice (which is also required) requires a USB
connection.
parent 6d433341
......@@ -244,6 +244,7 @@ class IOSDevice extends Device {
id,
'--bundle',
bundle.path,
'--no-wifi',
'--justlaunch',
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment