Photo-library plugin crash in ios version 13

Hi
My my app crashes when user wants to fetch images from library in ionic 3.

Photo-library plugin works fine in iOS 12. But after updating to iOS 13, it is crashing

Here is the error that we are getting in logs:

2019-09-30 12:03:03.878478+0530 destinate[453:135517] [core] "Error returned from daemon: Error Domain=com.apple.accounts Code=7 “(null)”"

Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /Volumes/Data/Projects/Destinate/destinate/platforms/ios/destinate/Plugins/cordova-plugin-photo-library/PhotoLibraryService.swift, line 314

2019-09-30 12:03:04.117471+0530 destinate[453:134941] Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /Volumes/Data/Projects/Destinate/destinate/platforms/ios/destinate/Plugins/cordova-plugin-photo-library/PhotoLibraryService.swift, line 314

Anything on this issue? Happening with me too. Getting error EXC_CRASH (SIGABRT)

The scenario is: User calls the photo library plugin to upload a profile picture, if he clicks on “Cancel”, the app crashes and generates the error above. If the user select a photo, the problem does not exist.

Here are some logs from apple store connect

log1

log2

Anything?