Detect if Xcode Command Line Tools is installed (or not)

Jon

  • *
  • Posts: 17524
Not having this installed can cause lots of issues on iOS, and today, even stopped a Mac build from happening.

http://community.stencyl.com/index.php/topic,25893.new.html#new

We should figure out a way to definitively check for its existence. Maybe just run one of the commands it enables and parse the response?

PoseMotion

  • *
  • Posts: 7
Actually, you can just check for the version number. In the Terminal, it's done like this...
Quote
$ xcode-select -version
It will return...
Quote
xcode-select version 2339.
At least some sort of version number if it's installed.

In your code, you should be able to run a terminal command that does this silently without actually opening the terminal and reading/checking for a version number.  All I have is the command line tools installed in 10.6.8 and 10.10.5. The terminal command works on both. ;)

« Last Edit: August 18, 2015, 10:42:55 pm by PoseMotion »

Justin

  • *
  • Posts: 4716
This was fixed about a month ago. I'll move this to completed.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)