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
Works well on devices but crashes when presenting the controller on a simulator with 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'.
The text was updated successfully, but these errors were encountered:
Trying to add a publisher to
UIImagePickerController
using aDelegateProxy
My code:
Works well on devices but crashes when presenting the controller on a simulator with
'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
.The text was updated successfully, but these errors were encountered: