Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
quick fixes
  • Loading branch information
leighajarett committed Mar 28, 2023
commit a12a1bb12da8d12ae598876b52d2415d915b4e3a
4 changes: 2 additions & 2 deletions src/development/add-to-app/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ using `flutter attach`:
as described in the [MacOS installation guide][].
1. Open **Xcode > Product > Scheme > Edit Scheme**
1. Select the **Arguments** tab
1. Add either --observatory-host=0.0.0.0 for IPv4,
or --observatory-host=::0 for IPv6 as launch argument
1. Add either `--observatory-host=0.0.0.0` for IPv4,
or `--observatory-host=::0` for IPv6 as launch argument

![Wireless Port][]{:.mw-100}

Expand Down
12 changes: 9 additions & 3 deletions src/get-started/install/_ios-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,13 @@ Select your phone, and check **Connect via Network.**
![Wireless Connect][]{:.mw-100}

Once the network icon appears next to the device name,
you can unplug your device from USB. For help troubleshooting,
you can unplug your device from USB.

Sometimes it takes longer to find network devices.
If you don't see your device listed when using `flutter run`,
try extending the timeout: `flutter run --device-timeout 5`.

For additional help troubleshooting,
check out [Apple's Developer Forums][]. For setting up
wireless debugging with `flutter attach`,
checkout [Debugging your add-to-app module][].
Expand Down Expand Up @@ -209,5 +215,5 @@ or clicking the Run button in Xcode.
[Apple Silicon Mac]: https://support.apple.com/en-us/HT211814
[Developer Mode]: https://developer.apple.com/documentation/xcode/enabling-developer-mode-on-a-device
[Apple's Developer Forums]: {{site.apple-dev}}/forums/
[Debugging your add-to-app module]: {{site.url}}/development/add-to-app/debugging
[Wireless Connect]: {{site.url}}/assets/images/docs/setup/wireless-connectwirewir.png
[Debugging your add-to-app module]: {{site.url}}/development/add-to-app/debugging/#wireless-debugging
[Wireless Connect]: {{site.url}}/assets/images/docs/setup/wireless-connect.png