Warn against beta versions of Xcode in README.md (#207)

Seems like Xcode beta 3 is particularly problematic.Seems like Xcode 12 beta 3 is particularly problematic due to https://github.com/swiftwasm/carton/issues/65
This commit is contained in:
Max Desiatov 2020-07-23 21:58:19 +01:00 committed by GitHub
parent e372075ab6
commit a24f49f298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -107,7 +107,10 @@ app.
## Requirements for app developers ## Requirements for app developers
- macOS 10.15 and Xcode 11.4 or later for macOS. - macOS 10.15 and Xcode 11.4/11.5/11.6 for macOS. Xcode betas are currently not supported. You can have
those installed, but please make sure you use
[`xcode-select`](https://developer.apple.com/library/archive/technotes/tn2339/_index.html#//apple_ref/doc/uid/DTS40014588-CH1-HOW_DO_I_SELECT_THE_DEFAULT_VERSION_OF_XCODE_TO_USE_FOR_MY_COMMAND_LINE_TOOLS_)
to point it to a release version of Xcode.
- [Swift 5.2 or later](https://swift.org/download/) for Linux. - [Swift 5.2 or later](https://swift.org/download/) for Linux.
## Requirements for app users ## Requirements for app users