Xcode

Xcode

Xcode is an integrated development environment for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, watchOS and tvOS.

Download and install it from the App Store or from Apple's website.

Xcode Command Line Tools

Then proceed to install the Xcode Command Line Tools by running the following command in your terminal:

xcode-select --install

This will prompt you to install the command line tools. Follow the instructions and you'll have Xcode and Xcode command line tools both installed.

Last updated