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