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:
parent
2963bbec91
commit
990d45881f
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user