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 208 forks source link

App::Persistence.delete broken? #333

Closed RobertAudi closed 10 years ago

RobertAudi commented 10 years ago

I am using the following code:

App::Persistence.delete("foo")

And when compiling the app I get the following error:

undefined method `delete' for BubbleWrap::Persistence:Class (NoMethodError)
RobertAudi commented 10 years ago

The issue disappeared in 1.4, I was using 1.3.

I think the README should be updated so that users install 1.4 instead.

clayallsopp commented 10 years ago

done! thanks for bringing that up

RobertAudi commented 10 years ago

Thank you! :+1: