在Rubymotion中,我们使用rake
Ankits-MacBook-Pro:Magic ankitgupta$ rake
Build ./build/iPhoneSimulator-6.0-Development
Simulate ./build/iPhoneSimulator-6.0-Development/Magic.app
(main)>
默认情况下,它开始iPhoneSimulator-6.0-Development
。我该如何开始iPhone 5.1
或5.0 Simulator
?
答案 0 :(得分:13)
您应该可以通过rake命令设置目标,例如:
$ rake target=5.1 # => iOS 5.1
答案 1 :(得分:2)
要更改目标设备和操作系统,请尝试以下操作:
bundle exec rake target=8.4 device_name="iPad 2"