Fixing xcrun Error on MacOS
Sometimes following an OS update, you may be faced with the following error:xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools),missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun What is xcrun?xcrun is a helper tool for Xcode. It allows scripts and other applications that leverage Xcode, such as git, to run from any location without knowing where Xcode is installed or even what version […]