Uninstalling Xcode 4.3

后端 未结 4 1743
庸人自扰
庸人自扰 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:45

    Maurizio Zilli:

    "In new Xcode 4 and Lion You can install and uninstall from Preferences : downloads : components

    If You want to uninstall completely XCode go to launchpad and push Xcode icon for two seconds, so click on the upper left checkbox."

    https://discussions.apple.com/thread/3784638?start=0&tstart=0

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2020-12-15 06:55

    You uninstall Xcode 4.3 like you would uninstall most Mac applications, by moving it to the Trash. Xcode 4.3 is bundled as a single application so there's no need for an uninstall script.

    0 讨论(0)
  • 2020-12-15 07:00

    To uninstall xcode 4.3.x simply drag the Xcode.app to the trash. That's all.

    0 讨论(0)
提交回复
热议问题