Skip to content

Exact duplicate Dart VM Services when running flutter attach #119535

@vashworth

Description

@vashworth

Occasionally, there will be multiple results with the same application id and port when running flutter attach.

Steps to Reproduce

  1. Run flutter app wirelessly through Xcode
  2. Run flutter attach in terminal
  3. If you don't get the error, stop the attach and stop in Xcode and try steps 1-2 again
There are multiple Dart VM Services available.
Rerun this command with one of the following passed in as the app-id and device-vmservice-port:

  flutter attach --app-id "com.example.app_name" --device-vmservice-port xxxxxx
  flutter attach --app-id "com.example.app_name" --device-vmservice-port xxxxxx

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