ca-archived / iOS-NBUImagePicker

Modular image picker with Simulator-compatible AVFondation camera, assets library, filters and more.
http://cyberagent.github.io/iOS-NBUImagePicker
Apache License 2.0
193 stars 48 forks source link

EXC_BAD_ACCESS in NBUAssetsGroup libraryChanged #10

Open almoehi opened 9 years ago

almoehi commented 9 years ago

This happens, when I select images from a library. The debugger stops at: NBUAssetsGroup.m on line 158

I'm using iOS 8.1, so maybe it is related to this SO post ? http://stackoverflow.com/questions/26480526/alassetslibrary-assetforurl-always-returning-nil-for-photos-in-my-photo-stream

rivera-ernesto commented 9 years ago

I've been seen a similar crash but wasn't able to reproduce it.

PhotoStreams images can't be forced to be downloaded without using private methods so I temporarily disabled them in the default library listing.

Until we can migrate to the Photos framework I think it is safer to avoid giving access to PhotoStreams.