amirrajan / rubymotion-applied

RubyMotion documentation provided by the community. Submit a pull request to the docs for a free one year indie subscription.
Apache License 2.0
49 stars 9 forks source link

Apple TV Simulator fails to run #107

Closed astechishin closed 6 years ago

astechishin commented 6 years ago

When creating a new project (or recompiling an existing project) running rake is causing the tvOS 10 simulator to run even though the project is compiled with tvOS 11 or 12. The REPL then fails to connect to the simulator and the application crashes

astechishin commented 6 years ago

The hard-coded simulator name (line 111 in tvos.rb under templates) needs to change to "Apple TV" from "Apple TV 1080p"

amirrajan commented 6 years ago

This is fixed with the latest PR acceptance?

astechishin commented 6 years ago

Yes