Skip to content

Commit a710896

Browse files
rvdendeme-no-dev
authored andcommitted
Missing missing xcrun fix. (espressif#601)
Had to run "xcode-select --install" before your script worked.
1 parent 6707d4d commit a710896

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/arduino-ide/mac.md

+7
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,11 @@ Installation instructions for Mac OS
1111
cd esp32/tools/ && \
1212
python get.py
1313
```
14+
- If you get the error below. Install the command line dev tools with xcode-select --install and try the command above again:
15+
16+
```xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun```
17+
18+
```xcode-select --install```
19+
1420
- Restart Arduino IDE
21+

0 commit comments

Comments
 (0)