I've added firebase app invites in my swift based iOS application. I have followed this complete instructions however, it has been crashing on invite.open()
line while showing invite dialog.
The error is:
Terminating app due to uncaught exception 'NSInvalidArgumentException',
reason: '*** setObjectForKey: object cannot be nil (key: GINInviteResources.bundle)'.
Did anyone managed to make it work?