Tag: xcode
-
Fixing “xcode-select: error: tool ‘xcodebuild’ requires Xcode…” with one click
Going through the instructions for building Chromium from source on Macintosh, I ran into this weird error: This was (and remains) mysterious to me because I do have Xcode installed along with the commandline tools. I was also able to generate the same error message by calling xcodebuild directly: A Stack Overflow user mentioned that…