...
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 and accept the XCode license agreement with:
Code Block | ||
---|---|---|
| ||
sudo xcode-select -s /Applications/Xcode.app && sudo xcodebuild -license accept |
Getting started
Introduction to dev
...