I'm getting the error you see below:
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
Name@Name-MBP SignUpFlowFanclub % Software Update
zsh: command not found: Software
Name@Name-MBP SignUpFlowFanclub %
you need to update Xcode.
You try softwareupdate --install -a
,
if you have problem, use this:
xcode-select --install
.