Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: prereqs: add command to switch to full xcodebuild

While onboarding with CRL, I'd already had an xcodebuild command-line tools instance set up. It took me a bit of time to find the correct path for xcode-select to switch to the full XCode instance.

...

Note that you do need a full installation of XCode to build on macOS. (No, a command-line tools instance does not suffice.) If you’ve already installed a command-line tools instance as part of setting up Homebrew or other tools, switch to the full XCode instance with:

Code Block
languagebash
sudo xcode-select -s /Applications/Xcode.app

Getting started

Introduction to dev

...