Closed
Description
Steps to Reproduce
Requires this PR #118104.
- Setup network device (see Support iOS wireless debugging #118104 for instructions)
flutter run
(with no other devices connected or simulators open)
Should see list of devices, but network device is not listed.
Multiple devices found:
macOS (desktop) • macos • darwin-arm64 • macOS 13.1 22C65 darwin-arm64
Chrome (web) • chrome • web-javascript • Google Chrome 108.0.5359.124
[1]: macOS (macos)
[2]: Chrome (chrome)
Would be better experience if network devices were listed with reason they're unavailable, maybe something like:
Multiple devices found:
macOS (desktop) • macos • darwin-arm64 • macOS 13.1 22C65 darwin-arm64
Chrome (web) • chrome • web-javascript • Google Chrome 108.0.5359.124
iPad (mobile, wireless) • xxxxxxxx-xxxxxxxxxxxxxxxx • ios • iOS 16.1.1 20B101
• Error: Unable to check on iPad status. Try extending timeout by adding the flag `--device-timeout 5`.
[1]: macOS (macos)
[2]: Chrome (chrome)
Will want to consider other problems too, like if the device is locked, busy, etc.