In Rubymotion we start terminal with rake
Ankits-MacBook-Pro:Magic ankitgupta$ rake
Build ./build/iPhoneSimulator-6.0-Development
Simulate ./build/iPhoneSimulator-6.0-Development/Magic.app
(main)>
By default it is starting iPhoneSimulator-6.0-Development
. How can i start iPhone 5.1
or 5.0 Simulator
?
You should be able to set the target via the rake command, for example:
$ rake target=5.1 # => iOS 5.1
Noted in this pull request: https://github.com/HipByte/RubyMotion/pull/10
To change the target device and OS try this:
bundle exec rake target=8.4 device_name="iPad 2"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With