2

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.

asked Apr 5, 2016 at 12:16
1
  • What is the question? Commented Apr 5, 2016 at 12:18

1 Answer 1

9

You need to install the Xcode first and if you already have it. Try

  1. Remove the old tool in your terminal

    sudo rm -rf /Library/Developer/CommandLineTools

  2. Install it again

    xcode-select --install

answered Nov 17, 2020 at 0:37
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.