AssetsPickerViewController
AssetsPickerViewController copied to clipboard
Crash when give Full access to photos
Steps
- Open camera
- Make photo, save photo in gallery
- Open gallery and Allow full access to photos
- crash
Version - (2.9.3) Xcode - 11.0 iOS - 14 https://ibb.co/pWtg3rg
Please try newer version. I couldn't reproduce on my device at v2.9.6
I will try new version when we will release with xcode 12 Thanks!
@DragonCherry, I have the same problem, my version is 2.9.7, Xcode 12.1 It is only when switch on NSPhotoLibraryUsageDescription and NSPhotoLibraryAddUsageDescription both in info.plist
- Open camera
- Make photo, save photo in gallery (allow only write image to library)
- Then open gallery (allow full access to photos)
- Same crash
Same crash here with Xcode 12.2 and library v2.9.7
Same crash here with Xcode 12.2 and library v2.9.7
Hi, please check self.defaultAlbum
and self.cameraRollAlbum
are both empty data?
Does anyone have any updates on how to fix the issue, my users are having this crash on iOS 14 and library v2.9.7 I am also not able to reproduce the issue but the crash report suggests its happening on the exact location mentions above.