How do I uninstall xcode 5 command line tools?

后端 未结 3 1907
没有蜡笔的小新
没有蜡笔的小新 2020-12-08 11:36

I upgraded to xcode 5 Command Line Tools on Friday. Something is not working correctly and I want to go back to the last 4.x version ox xcode. How do I uninstall xcode 5 com

3条回答
  •  感动是毒
    2020-12-08 12:21

    The rm command removes (deletes) files or directories.

    Delete CLT from following command

    sudo rm -rf /Library/Developer/CommandLineTools
    

    from terminal.

提交回复
热议问题