You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it looks like SimpleView is broken in RubyMotion 1.18. See, when I add it to my Gemfile and bundle and run rake it fails launching the app in the simulator and prints:
(main)> Cannot define method `height' because no Objective-C stub was pre-compiled for types `f@:'. Make sure you properly link with the framework or library that defines this message.
I have no idea why this is happening. Maybe a conflict with other dependencies? Here's my Gemfile:
Hi, it looks like SimpleView is broken in RubyMotion 1.18. See, when I add it to my
Gemfile
and bundle and runrake
it fails launching the app in the simulator and prints:I have no idea why this is happening. Maybe a conflict with other dependencies? Here's my Gemfile:
Please give me a hint on why this is happening. Ask for more information if you need it. Thanks.
The text was updated successfully, but these errors were encountered: