rubymotion-community / BubbleWrap

Cocoa wrappers and helpers for RubyMotion (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull requests
Other
1.18k stars 207 forks source link

bubble-wrap 1.2.0 not work with sugarcube #217

Closed smartweb closed 11 years ago

smartweb commented 11 years ago

when use bubble-wrap 1.2.0 with sugarcube, it will rake aborted!, show error "stack level too deep". It works under 1.2.0

clayallsopp commented 11 years ago

I'm pretty sure this is the same RubyMotion bug as https://github.com/rubymotion/BubbleWrap/issues/214, which they have fixed and is pending a release. So when that's out, we'll issue an update.

To confirm, try running your app with app.detect_dependencies = false.

markrickert commented 11 years ago

I'm getting this error too.... just chiming in :)

I'm only using SugarCube for one thing, so i can simply do it the Obj-C way for now :sadface:

clayallsopp commented 11 years ago

Going to close this since RubyMotion 2.0 is out with the fix from #214; let me know if this issue re-occurs.