Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Trouble with new RubyMotion and Joybox

Is anyone having trouble with the updated rubymotion with joybox? I just updated rubymotion this morning and my app broke immediately... Here is my error.

Inheriting from Motion::Project::Command' has been deprecated, inherit fromMotion::Command' instead.

Not sure if that is why it's breaking... But I need to figure this out. I've tried rolling back versions, and can't find a version that works. Any help would be most appreciated.

like image 275
m. sherman Avatar asked Nov 02 '22 05:11

m. sherman


1 Answers

I ended up removing the joybox gem, but then my RubyMotion was throwing crazy errors on rake.

I fixed it by removing ~/Library/RubyMotion/templates/joybox-*.rb.

Hope that helps. I don't think Joybox is stable with latest RM.

like image 98
gmoney Avatar answered Nov 15 '22 06:11

gmoney