Skip to content
Merged
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
10 changes: 9 additions & 1 deletion sites/docs/src/content/platform-integration/ios/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,15 @@ physical device.
<Tabs key="ios-simulator-or-physical-device">
<Tab name="Simulator">

Start the iOS Simulator with the following command:
To start the simulator, run the command for your Xcode version.

If you're using Xcode 27 or later, start the Device Hub app:

```console
$ open -a DeviceHub
```

If you're using Xcode 26 or earlier, start the Simulator app:

```console
$ open -a Simulator
Expand Down
Loading