Use Xcode_10.2.1

`brew doctor` will return exit code 1 if using Xcode_10.2

```==> brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Your Xcode (10.2) is outdated.
Please update to Xcode 10.2.1 (or delete it).
Xcode can be updated from the App Store.

==> FAILED
```
This commit is contained in:
Abi أب 2019-10-28 23:59:01 +01:00 committed by GitHub
parent 2963bbec91
commit 990d45881f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ module Homebrew
steps: steps:
- bash: | - bash: |
set -e set -e
sudo xcode-select --switch /Applications/Xcode_10.2.app/Contents/Developer sudo xcode-select --switch /Applications/Xcode_10.2.1.app/Contents/Developer
brew update brew update
HOMEBREW_TAP_DIR="/usr/local/Homebrew/Library/Taps/#{tap.full_name}" HOMEBREW_TAP_DIR="/usr/local/Homebrew/Library/Taps/#{tap.full_name}"
mkdir -p "$HOMEBREW_TAP_DIR" mkdir -p "$HOMEBREW_TAP_DIR"