Skip to content

Commit ec579a0

Browse files
author
Willow Graysen
committed
Edit troubleshooting-ios-and-OSX.md
Fix capitalization mistake. 'xcodebuild'S' should be 'xcodebuild's'.
1 parent 70ebd83 commit ec579a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are common problems you might run into during the initial setup of your CI
1414
## Xcode Toolchain errors
1515

1616
### xcodebuild exit code 65
17-
There are plenty of reasons why exit code 65 could be thrown, as it is a general error returned for bad user input. Sometimes that is not the case though, since all your builds run in a container your builds also have to share system resources with other builds. Exit code 65 is mostly the issue of a lack of enough CPU power to launch the iOS simulator in time for the test to run once xcodebuild'S `test` action is called, and the tests simply time out.
17+
There are plenty of reasons why exit code 65 could be thrown, as it is a general error returned for bad user input. Sometimes that is not the case though, since all your builds run in a container your builds also have to share system resources with other builds. Exit code 65 is mostly the issue of a lack of enough CPU power to launch the iOS simulator in time for the test to run once xcodebuild's `test` action is called, and the tests simply time out.
1818
A way to mitigate this is to launch the iOS simulator as a part of your dependencies block in your CircleCI configuration file.
1919

2020

0 commit comments

Comments
 (0)