We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6707d4d commit a710896Copy full SHA for a710896
docs/arduino-ide/mac.md
@@ -11,4 +11,11 @@ Installation instructions for Mac OS
11
cd esp32/tools/ && \
12
python get.py
13
```
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
20
- Restart Arduino IDE
21
0 commit comments