公司买了RubyMotion,今天试玩了一下。安装过程记录在下。
Xcode的安装就多说了。
具体的安装流程可以参考: http://www.rubymotion.com/developer-center/guides/getting-started/#_prerequisites
值得说一下的是,由于Xcode版本的问题,在运行 RubyMotion 的 rake 任务的时候,出现如下错误:
xcrun: Error: failed to exec real xcrun. (No such file or directory)
需要运行如下的命令
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer