DragonCherry / AssetsPickerViewController

Powerfully Customizable - Multiple Photo & Video Picker Controller
MIT License
388 stars 136 forks source link

Crash when give Full access to photos #89

Open IlyaMakarevich opened 4 years ago

IlyaMakarevich commented 4 years ago

Steps

  1. Open camera
  2. Make photo, save photo in gallery
  3. Open gallery and Allow full access to photos
  4. crash

Version - (2.9.3) Xcode - 11.0 iOS - 14 https://ibb.co/pWtg3rg

DragonCherry commented 4 years ago

Please try newer version. I couldn't reproduce on my device at v2.9.6

IlyaMakarevich commented 4 years ago

I will try new version when we will release with xcode 12 Thanks!

mrAntonH commented 4 years ago

@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

robertofrontado commented 3 years ago

Same crash here with Xcode 12.2 and library v2.9.7

gezihuzi commented 3 years ago

Same crash here with Xcode 12.2 and library v2.9.7

Hi, please check self.defaultAlbum and self.cameraRollAlbum are both empty data?

aman-at-appinventiv commented 3 years ago

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.

Screenshot 2021-11-02 at 6 35 30 PM