Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 Mac App Store 在我的 Mac 上安装了 Xcode 5 最终版本,但我需要使用 Xcode4 打开我的项目,我该怎么做?
<terminal> open xcode4
谢谢你。
从您的问题来看,您似乎想从命令行执行此操作,因此只需使用open -a指定要使用的 Xcode 版本,例如:
open -a
$ open -a "/Applications/Xcode 4"
或者:
$ open -a "/Applications/Xcode 4" /path/to/myproject