Missing missing xcrun fix. (#601)

Had to run "xcode-select --install" before your script worked.
This commit is contained in:
Rouan van der Ende 2017-08-31 14:56:47 +02:00 committed by Me No Dev
parent 6707d4d331
commit a7108969a3

View File

@ -11,4 +11,11 @@ Installation instructions for Mac OS
cd esp32/tools/ && \
python get.py
```
- If you get the error below. Install the command line dev tools with xcode-select --install and try the command above again:
```xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun```
```xcode-select --install```
- Restart Arduino IDE