How do I uninstall 'Command Line Tools for Xcode'

后端 未结 2 400
礼貌的吻别
礼貌的吻别 2020-12-19 22:08

Today Apple releases new developer tools, Xcode 4.3.

I installed \'Command Line Tools for Xcode - February 2012\'. BTW, How do I uninstall it?

I can\'t find

2条回答
  •  自闭症患者
    2020-12-19 22:49

    I created a shell script that removes the command line tools, see here: http://www.cocoanetics.com/2012/07/you-dont-need-the-xcode-command-line-tools/

    (This uses the BOM receipt file for the CLI tools to remove all files that this installs)

    My article explains why you don't need the CLI tools and how you can still use git or svn or any other tool that is contained in the Xcode.app bundle.

提交回复
热议问题