是否可以在 Mac OS X 10.7.4 上并排安装 Xcode 4.3 和 Xcode 4.5?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11001069/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is it possible to install Xcode 4.3 and Xcode 4.5 side-by-side on Mac OS X 10.7.4?
提问by qux
Is it possible to install Xcode 4.3 and Xcode 4.5 side-by-side on Mac OS X 10.7.4?
是否可以在 Mac OS X 10.7.4 上并排安装 Xcode 4.3 和 Xcode 4.5?
I'd like to install the preview but would rather have some confirmation before going ahead.
我想安装预览版,但宁愿在继续之前进行一些确认。
The Release Notesmake no mention of Xcode 4.3.
该发行说明没有提到的Xcode 4.3。
回答by Monolo
Yes, if you download your Xcode versions from the developer site, you can just put them in two different folders. They can even be installed in the same folder if you give the .app bundles two different names.
是的,如果您从开发者站点下载您的 Xcode 版本,您可以将它们放在两个不同的文件夹中。如果您为 .app 包提供两个不同的名称,它们甚至可以安装在同一文件夹中。
You can also keep both icons in the Dock.
您还可以将这两个图标保留在 Dock 中。
回答by Wojciech
Additionally for command line tools use command xcode-select to switch current xcode.
另外对于命令行工具,使用命令 xcode-select 来切换当前的 xcode。