IconoclastLabs / MotionTemplate

A clean RubyMotion project for quickly templating a styled application. RubyMotion Template
Other
61 stars 6 forks source link

@nav_bar_button is hidden in root screen #11

Open moviendome opened 10 years ago

moviendome commented 10 years ago

When I run the template the title and the icon aren't shown.

There's no errors at log.

motiontemplate

ruby version: ruby 2.0.0p247 motion version: 2.19

GantMan commented 10 years ago

Hey @jferrer it seems this is due to you updating the gems.

I can recreate this issue by pulling down the template and doing a bundle update. In the meantime, you can get passed this with using the existing gems in the Gemfile.lock, but I'll look into it and see exactly what gem is causing the issue, and try to update it accordingly.

mattsgarrison commented 10 years ago

I just built and ran this verbatim from the repository, RM v2.19, Ruby v2.0.0p247 as well, iOS simulator 7.0.3, the title and gear icon are displaying for me.

I checked bundle outdated and saw that several gems were out of date so I updated them one-by-one. Updating Teacup is the culprit (2.1.6 to 2.1.13 broke it). Teacup doesn't have a changelog that includes any notes for those minor revisions so I'm not sure where exactly the issue lies at this time.

GantMan commented 10 years ago

:+1: thank you so much @mattsgarrison, I'm gonna try reaching out to @colinta who might be able to shed some light.

colinta commented 10 years ago

I'll check it out, I'm guessing it's a regression of some sort. :-/

moviendome commented 10 years ago

Thanks very much @mattsgarrison! It's works! Also, I get the new code. Thanks @GantMan!