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
{{ message }}
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
App is crashing when i specify mediaTypes as PHAssetMediaType.image.
My Code is:
let gmImagePicker = GMImagePickerController()
gmImagePicker.delegate = self
gmImagePicker.title = ""
gmImagePicker.mediaTypes = [PHAssetMediaType.image]
And the crash is:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
The text was updated successfully, but these errors were encountered: