I have the XCode Command Line Tools installed with xcode-select --install
, but I don't know how to check whether they're up to date or how to update them.
What I Want To Know:
How do I check which version I have installed?
How do I check the latest available version?
In order to update, do I just run
xcode-select --install
again?Should I be regularly keeping the tools up to date?