Answers for "command to install x code command line tool"

10

install xcode terminal

sudo xcode-select -switch /Applications/Xcodex.x.x.app

for more info
https://www.freecodecamp.org/news/how-to-download-and-install-xcode/
Posted by: Guest on March-26-2021
1

Installing Command line tools for Xcode via CLI

Code Block sudo xcode-select --switch /Applications/Xcode-beta.appsudo xcode-select --install
Posted by: Guest on April-22-2021

Code answers related to "command to install x code command line tool"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language