How to uninstall old Xcode beta safely

后端 未结 6 1917
攒了一身酷
攒了一身酷 2021-02-07 05:28

I want to uninstall Xcode 5 beta 5 before installing beta 6 (I know it\'s under NDA, but as long as I don\'t mention anything about the software itself, I think we\'re good). Wh

6条回答
  •  醉酒成梦
    2021-02-07 05:54

    Go into your developer folder and in the About Xcode.pdf it will have instructions

    /Developer/Developer/About\ Xcode.pdf
    

    It is near the end of the pdf but you can search for uninstall and it will give you some options

    You will most likely want

    sudo /Library/uninstall-devtools --mode=all
    

    But I recommend you read the uninstall section so you can see the options available.

提交回复
热议问题