zoukankan      html  css  js  c++  java
  • How to uninstall XCode

    We often install xcode in the 'Developer' folder. when you uninstall xcode, you can open a PDF file named 'About Xcode and iPhone SDK.pdf' and located in 'Developer' folder.

    you will find a command in this file

    $ sudo <Xcode>/Library/uninstll-devtools --mode=all

    if you install XCode following its default settings, XCode will be installed in the 'Developer' directory, and the command for you is

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

    I found it missed one file during the uninstallation process. I also dont know the reason until now.

     

    Note: You should manually delete the files in 'Developer' directory after uninstallation,  otherwise you will encounter with some unexpected errors.

  • 相关阅读:
    vue之v-on
    垂直居中下
    垂直居中上
    vue之v-for
    vue之v-if和v-show
    vue之v-model
    vue之v-bind
    数学---目录
    【数学】证明题
    【计算机网络】应用层
  • 原文地址:https://www.cnblogs.com/wildboar/p/1865269.html
Copyright © 2011-2022 走看看