Skip to content
Closed
Changes from all commits
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
4 changes: 1 addition & 3 deletions docs/RunningOnDeviceIOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ Running an iOS app on a device requires an [Apple Developer account](https://dev

You can iterate quickly on device using the development server. First, ensure that you are on the same Wi-Fi network as your computer.

1. Open `ios/YourApp/AppDelegate.m`
2. Change the host in the URL from `localhost` to your laptop's IP address. On Mac, you can find the IP address in System Preferences / Network.
3. In Xcode, select your phone as build target and press "Build and run"
In Xcode, select your phone as build target and press "Build and run"

> Hint
>
Expand Down