Xcode is Apple’s development environment for their operating systems macOS, iOS, tvOS, and watchOS. If you want to develop software for Apple products you will need this programme.
Xcode is free for Mac owners and available from the App Store. To install the latest Xcode you click the install button on the App Store.
After you have installed Xcode, install the command line developer tools (CLDT). Open a Terminal and type the command:
$ sudo xcode-select --install
The command sudo
executes the subsequent command as administrator. Therefore you are required to enter your password after hitting the Enter key.