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

Fix iOS 11 photo library crash #493

Closed apriltg closed 4 years ago

apriltg commented 6 years ago

This line cause error 'can't modify frozen/immutable hash (RuntimeError)' in iOS 11 photo library. This line is not necessary so I just delete it.

nickyhajal commented 6 years ago

Any update to this issue? I am experiencing this bug