From a463d0c637c28a93ce1daaadd182e23544813a07 Mon Sep 17 00:00:00 2001 From: Joshua Schlichting <7680545+JoshuaSchlichting@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:59:19 -0500 Subject: [PATCH] Fixed iOS documentation typo for xcrun command (#12112) ``` $ xcrun simctl devices list Unrecognized subcommand: devices usage: simctl [--set ] [--profiles ] ... 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`". --- docs-template/EXAMPLE_README.md.tpl | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-template/EXAMPLE_README.md.tpl b/docs-template/EXAMPLE_README.md.tpl index dae5944856..56a300b66c 100644 --- a/docs-template/EXAMPLE_README.md.tpl +++ b/docs-template/EXAMPLE_README.md.tpl @@ -175,7 +175,7 @@ make run ``` 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: ```sh diff --git a/examples/README.md b/examples/README.md index fbcf3d7eb2..7a605b114e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -518,7 +518,7 @@ make run ``` 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: ```sh