Uninstalling Xcode 4.3

后端 未结 4 1747
庸人自扰
庸人自扰 2020-12-15 05:57

I have Xcode 4.3 installed on Mac OS Lion, but I can\'t find a way to uninstall it. Any ideas?
I have no /Xcode4/Library/uninstall-devtools (can\'t find a

4条回答
  •  执念已碎
    2020-12-15 06:46

    There's still some large docset files in ~/Library/Developer/Shared/Documentation/DocSets/. You could search for other support files with mdfind -name xcode -0 | xargs -0 du -sm | sort -rn.

    For some reason, /Library/Developer/ wasn't removed when I installed Xcode 4.3. It contained about 2GB of old docset files.

提交回复
热议问题