Skip to content

Commit d97c440

Browse files
authored
Merge pull request circleci#521 from circleci/remove-simulator-uuids-from-troubleshooting-page
Remove the mention of UUIDs from OS X troubleshooting doc
2 parents 429dad3 + a123a7e commit d97c440

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jekyll/_docs/troubleshooting-ios-and-OSX.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ A way to mitigate this is to launch the iOS simulator as a part of your dependen
2121
```
2222
dependencies:
2323
pre:
24-
- xcrun instruments -w 'E8DD285C-51EE-4DB5-B326-7E927686EC36' || true
24+
- xcrun instruments -w "iPhone 7 (10.1)" || true
2525
```
2626

2727
This will launch the simulator just like it would if you'd hit `CMD + R` on your machine in Xcode, and once your tests are supposed to start the iOS simulator is immediately available.
2828

29-
A full list of UUIDs for iOS simulators is available [here]({{site.baseurl}}/ios-builds-on-os-x/).
29+
You can find the full list of simulators that are available in our OS X
30+
image [here]({{site.baseurl}}/ios-builds-on-os-x/#available-simulators).

0 commit comments

Comments
 (0)