Skip to content

Commit

Permalink
Add periods.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch authored Dec 10, 2024
1 parent 5c79e03 commit 0b29b90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ios/remote-simulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ In some cases, Xcode may have generated simulator devices that can also cause th
You can work around this by removing and creating new simulators which you can deploy to:

- Ensure that Xamarin Mac Agent (XMA) and Xcode aren't running.
- Run `xcrun simctl list | grep -w "Shutdown" | grep -o "([-A-Z0-9]*)" | sed 's/[\(\)]//g' | xargs -I uuid xcrun simctl delete uuid`
- Run `xcrun simctl list | grep -w "Shutdown" | grep -o "([-A-Z0-9]*)" | sed 's/[\(\)]//g' | xargs -I uuid xcrun simctl delete uuid`.
- Run `xcrun simctl list devices`. You should see no devices listed.
- Open Xcode on your connected Mac
- Open **Windows > Devices & Simulators**
- Select **Simulators**
- Open Xcode on your connected Mac.
- Open **Windows > Devices & Simulators**.
- Select **Simulators**.
- Create a new simulator you wish to deploy to.

### Logs
Expand Down

0 comments on commit 0b29b90

Please sign in to comment.