mikaoj / BSImagePicker

A multiple image picker for iOS
MIT License
1.35k stars 380 forks source link

The picker crashs (with "C++ Exception: N2cv9ExceptionE") #317

Open fzyzcjy opened 3 years ago

fzyzcjy commented 3 years ago

Hi thanks for the lib! However it is throwing the following error. It seems a problem with the lib instead of my code, since it crashes when inside the image picker page.

The stack:

  libsystem_kernel    0x7fff60c51dfa mach_msg_trap
  CoreFoundation      0x7fff2038e9bc __CFRunLoopServiceMachPort
  CoreFoundation      0x7fff203890c5 __CFRunLoopRun
  CoreFoundation      0x7fff203886d6 CFRunLoopRunSpecific
  GraphicsServices    0x7fff2bededb3 GSEventRunModal
  UIKitCore           0x7fff24690e0b -[UIApplication _run]
  UIKitCore           0x7fff24695cbc UIApplicationMain
  Runner              0x00010ee22dfb main
  libdyld             0x7fff202593e9 start

More details:

image