Missing missing xcrun fix. (#601)
Had to run "xcode-select --install" before your script worked.
This commit is contained in:
parent
6707d4d331
commit
a7108969a3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user