http://rubymotion-tokyo.doorkeeper.jp/events/5652 に参加しながら、もくもくとブログを書いてます。 Xcode 5 Developer Preview を使って RubyMotion アプリをビルドする方法が分からないという方がおりましたので、今回はその方法を書いてみたいと思います。 xcode-select を設定する xcode-select --print-path を実行すると、デフォルトで使用する Xcode のパスが表示されます。 1 2 % xcode-select --print-path /Applications/Xcode.app/Contents/Developer xcode-select --switch を使用し、これを Xcode 5 のパスへ変更します。 1 % sudo xcode-select --swi