Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`".
- Loading branch information