Install Xcode

You can check to see Xcode command line tools already installed using following command:

$ xcode-select --version                                                         xcode-select version 2354.

If not, use following command to install it

$ xcode-select --install