i wanted to: brew install macvim --override-system-vim meet a problems:
macvim: A full installation of Xcode.app is required to compile this software. Installing just the Command Line Tools is not sufficient. Installing just the Command Line Tools is not sufficient. Xcode can be installed from the App Store.
Error: An unsatisfied requirement failed this build.
-
What is the question?trojanfoe– trojanfoe2016年04月05日 12:18:53 +00:00Commented Apr 5, 2016 at 12:18
1 Answer 1
You need to install the Xcode first and if you already have it. Try
Remove the old tool in your terminal
sudo rm -rf /Library/Developer/CommandLineTools
Install it again
xcode-select --install
Sign up to request clarification or add additional context in comments.