-1

I need to implement infobip library v2.0.0, but I have a error when add this [IBPushClient initializePush] in my app delegate.

The error is:

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSDictionaryM jsonRepresentation]: unrecognized selector sent to instance'

msmolcic
  • 6,407
  • 8
  • 32
  • 56

1 Answers1

0

You should add -ObjC in the Additional Linker Flags, and everything should work fine

Mateo
  • 16