Answers for "install xcode on macos"

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
4

brew install xcode

mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
Posted by: Guest on May-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language