Always install the Xcode CLT. #56
+13
−2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even if Xcode is installed. Also, check for the presence of a header they install to double-check that they are definitely installed correctly (as it seems OS X updates could mess up with the previous check) and fall back to
xcode-select --install
when needed.CC @jgkite