本文介绍的瘦身方法只针对开发用途的mac电脑,在我们的开发过程中会发现随着编译的程序过多很导致硬盘空间的占用率不断上升。
原文地址:http://blog.youkuaiyun.com/qqmcy/article/details/36050605
这主要是由于编译时产生的编译文件导致的。下面介绍下处理方法:
这个资源库是用户下面的资源库
如果资源库找不到的话在终端输入:
显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false