How do I uninstall 'Command Line Tools for Xcode'

后端 未结 2 402
礼貌的吻别
礼貌的吻别 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:31

    The following worked for me:

    • remove Xcode 4.3 from Applications by moving to the trash or using an uninstaller such as appzapper (if installed) (note: command line tools will still be installed at this point)

    • install Xcode 4.2.1

    • use the uninstaller to remove everything from 4.3 and 4.2.1: sudo /Library/uninstall-devtools --mode=all

    • install Xcode 4.2.1 again

提交回复
热议问题