tip

How to resolve xcrun error in Mac OS

November 07, 20191 min read
xcurn error

When you use GIT in Max OS, sometimes faced this error message.

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), 
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

There are many reasons which occur this error. However, this error is occurred mainly due to OS update. Due to Mac OS update, Xcode Command Line Tools issue is occurred.😢

How to solve?

Fortunately, you can solve this problem easly!!!😏

  1. Open Terminal App
  2. Type below command
xcode-select --install
  1. You should faced alert windows for install command line tool.
  2. Click button and start install!!!

Reference

stack overflow

mac