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
Changing image links
  • Loading branch information
leighajarett committed Apr 4, 2023
commit 1d20cffa2abfd91d54c5b7acab1e4a5cb39c3938
Binary file added src/assets/images/docs/setup/connect-wireless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/docs/setup/wireless-connect.png
Binary file not shown.
10 changes: 6 additions & 4 deletions src/development/add-to-app/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,13 @@ Select the device on which the Flutter module runs so `flutter attach` filters f

### Wireless debugging

You can debug your app wirelessly on an iOS or Android device
using `flutter attach`.


#### iOS

You can debug your app wirelessly on an iOS device
using `flutter attach`:
On iOS, you must follow the steps below:

<ol markdown="1">
<li markdown="1">
Expand Down Expand Up @@ -96,7 +99,7 @@ You can determine if you're on an IPv6 network by opening your Mac's
**Settings > Wi-Fi > Details (of the network you're connected to) > TCP/IP**
and check to see if there is an **IPv6 address** section.

![Wireless Port][]{:.mw-100}
<img src="/assets/images/docs/development/add-to-app/debugging/wireless-port.png" alt="Check the box that says 'connect via network' from the devices and simulators page">

</li>
</ol>
Expand All @@ -108,4 +111,3 @@ as described in the [Android setup guide][].

[iOS setup guide]: {{site.url}}/get-started/install/macos#deploy-to-ios-devices
[Android setup guide]: {{site.url}}/get-started/install/macos#set-up-your-android-device
[Wireless Port]: {{site.url}}/assets/images/docs/development/add-to-app/debugging/wireless-port.png
5 changes: 2 additions & 3 deletions src/get-started/install/_ios-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ and that the device has a set passcode.
While the device is attached, open **Xcode > Window > Devices and Simulators**.
Select your phone, and check **Connect via Network.**

![Wireless Connect][]{:.mw-100}
<img src="/assets/images/docs/setup/connect-wireless.png" alt="Check the box that says 'connect via network' from the devices and simulators page">

Once the network icon appears next to the device name,
you can unplug your device from USB.
Expand Down Expand Up @@ -215,5 +215,4 @@ 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-debugging
[Wireless Connect]: {{site.url}}/assets/images/docs/setup/wireless-connect.png
[Debugging your add-to-app module]: {{site.url}}/development/add-to-app/debugging/#wireless-debugging