You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project I am using ELCImagePicker to select multiple images. A crash is reported in Fabric Crashlytics, but I am totally unable to reproduce it. Here is the crash title:
yeah I fixed it using this line of code :
if (img != nil) {
[workingDictionary setObject:img forKey:UIImagePickerControllerOriginalImage];
}
in selectedAssets function in ELCImagePickerController.m file.
Don't know if it is a good fix but now at least my app in not crashing anymore.
In my project I am using ELCImagePicker to select multiple images. A crash is reported in Fabric Crashlytics, but I am totally unable to reproduce it. Here is the crash title:
Fatal Exception: NSInvalidArgumentException
*** -[__NSDictionaryM setObject:forKey:]: object cannot be nil (key: UIImagePickerControllerOriginalImage)
It is reported on iPhone XS Max iOS 13.3.1
The text was updated successfully, but these errors were encountered: