博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何卸载xcode早期版本
阅读量:4197 次
发布时间:2019-05-26

本文共 1020 字,大约阅读时间需要 3 分钟。

Uninstalling Xcode Developer Tools

To uninstall Xcode developer tools on the boot volume along with the <Xcode> directory, from a Terminal window type:
$ sudo <Xcode>/Library/uninstall-devtools --mode=all

To remove the underlying developer content on the boot volume, but leave the <Xcode> directory and supporting files untouched, from a Terminal window type:
$ sudo <Xcode>/Library/uninstall-devtools --mode=systemsupport

To just remove the UNIX development support on the boot volume, but leave the <Xcode> directory and supporting files untouched, from a Terminal window type:
$ sudo <Xcode>/Library/uninstall-devtools --mode=unixdev

Finally, to just uninstall the <Xcode> directory you can simply drag it to the trash, or from a Terminal window type:
$ sudo <Xcode>/Library/uninstall-devtools --mode=xcodedir

NOTE: The uninstaller that ships with previous versions of the Xcode developer tools will not clean everything off of your system properly. You should use the one installed with these Xcode developer tools.

 

转载地址:http://okzli.baihongyu.com/

你可能感兴趣的文章
ubuntu 或者 debian 安装 libpng
查看>>
ffmpeg 音量调整
查看>>
ffmpeg 视频截图
查看>>
docker 服务器启动失败
查看>>
docker 拷贝文件失败
查看>>
ffmpeg 图片转视频
查看>>
docker 常用命令 (详细)
查看>>
ttc格式字体转化为ttf格式字体
查看>>
汇编库yasm安装与nasm安装
查看>>
x264编译错误
查看>>
ELKStack简介
查看>>
OpenGL各版本库的区别 glut glfw glew glad
查看>>
python 编程规范
查看>>
ffmpeg 带alpha透明层的视频编码
查看>>
error: ‘M_PI’ undeclared
查看>>
GLFW编译
查看>>
GLEW编译
查看>>
NVIDIA视频编码器 ffmpeg -h encoder=h264_nvenc
查看>>
emacsclient在命令行模式下不能输入中文
查看>>
无名师的GUI论 的解释
查看>>