I have following problem:
*** Terminating app due to uncaught exception \'NSInvalidArgumentException\', reason: \'-[GADSlot state]: unrecognized selector sen
I was missing -ObjC flag in Other Linker flags
Go to Project settings > Build Settings And set -ObjC in Other Linker Flags.