mara
2
This xcrun error means you're missing Xcode Command Line Tools and need to install them (I know, super obvious, right? )
The TL;DR solution is to run:
xcode-select --install
from the command line/terminal, but if you want more info...
Here's another post where the same happened (and I've got links in there)
1 Like