Wednesday, October 1, 2014

Installing Command line tools in Xcode

To install the Xcode command line tools, each versions of the Xcode are having different mechanisms. the latest Xcode as of this writing which is Xcode 6.0 and even Xcode 5.1.1 not having the command line install facility via the Xcode interface, instead they needs to be installed via the terminal. Below command line scripts are helping in this regard. 

xcode-select —install 

This brings up the command line install prompt like in the below screenshot. 




prior to the Xcode 5.0, it had this option in the Xcode preferences. 

No comments:

Post a Comment