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`".
This commit is contained in:
Joshua Schlichting 2024-02-25 23:59:19 -05:00 committed by GitHub
parent e0e9794c9e
commit a463d0c637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

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