Skip to content

Commit a463d0c

Browse files
Fixed iOS documentation typo for xcrun command (#12112)
``` $ xcrun simctl devices list Unrecognized subcommand: devices usage: simctl [--set <path>] [--profiles <path>] <subcommand> ... simctl help [subcommand] Command line utility to control the Simulator ``` # Objective - The `examples/README.md` contains an invalid example command for listing iOS devices using `xcrun`. ## Solution - Update example command to omit the current invalid subcommand "`devices`".
1 parent e0e9794 commit a463d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-template/EXAMPLE_README.md.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ make run
175175
```
176176

177177
In an ideal world, this will boot up, install and run the app for the first
178-
iOS simulator in your `xcrun simctl devices list`. If this fails, you can
178+
iOS simulator in your `xcrun simctl list devices`. If this fails, you can
179179
specify the simulator device UUID via:
180180

181181
```sh

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ make run
518518
```
519519

520520
In an ideal world, this will boot up, install and run the app for the first
521-
iOS simulator in your `xcrun simctl devices list`. If this fails, you can
521+
iOS simulator in your `xcrun simctl list devices`. If this fails, you can
522522
specify the simulator device UUID via:
523523

524524
```sh

0 commit comments

Comments
 (0)