iOS-NBUImagePicker icon indicating copy to clipboard operation
iOS-NBUImagePicker copied to clipboard

EXC_BAD_ACCESS in NBUAssetsGroup libraryChanged

Open almoehi opened this issue 11 years ago • 1 comments

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

almoehi avatar Nov 27 '14 12:11 almoehi

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.

rivera-ernesto avatar Nov 28 '14 01:11 rivera-ernesto