clang doesn't install

hi everyone i want to start code on mac but clang is not on my mac and when i install Xcode developer tools it wasn't inside the package. terminal show that

 ~ % clang --version
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.

after i tried that and it doesn't work

xcode-select: error: command line tools are already installed, use "Software Update" in System Settings to install updates

so i want some help please

Replies

> when i install Xcode developer tools

How did you install Xcode? From the Mac App Store? Or did you download the app from somewhere?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"