Error: Brew update Error: Xcode alone is not sufficient
Problem:
While running brew update command, mac responded with error message:
Brew update Error: Xcode alone is not sufficient...
Install the Command Line Tools:
xcode-select --install
Solution:
Run the command:
xcode-select --install