Thanks to visit codestin.com
Credit goes to github.com

Skip to content

iOS network device not available when doing flutter run #118109

Closed
@vashworth

Description

@vashworth

Steps to Reproduce

Requires this PR #118104.

  1. Setup network device (see Support iOS wireless debugging #118104 for instructions)
  2. 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.

Metadata

Metadata

Assignees

Labels

platform-iosiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions