Skip to content

Instantly share code, notes, and snippets.

@andrewhavens
Created August 6, 2016 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewhavens/b482399715e93066a6f92b8b7671714a to your computer and use it in GitHub Desktop.
Save andrewhavens/b482399715e93066a6f92b8b7671714a to your computer and use it in GitHub Desktop.
Starting the iOS simulator for a RubyMotion app.
$ cd my_first_rm_app
$ bundle exec rake
Build ./build/iPhoneSimulator-9.2-Development
Compile ./app/app_delegate.rb
Create ./build/iPhoneSimulator-9.2-Development/my_test_app.app
Link ./build/iPhoneSimulator-9.2-Development/my_test_app.app/my_test_app
......
Simulate ./build/iPhoneSimulator-9.2-Development/my_first_rm_app.app
*** Starting simulator
(nil)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment