You need to add -ObjC to the Other Linker Flags of your application target’s build setting:
- Click the blue top-level project icon in XCode
- Choose your target and go to Build Settings
- Under Other Linker Flags add
-ObjCfor both Release and Debug
Source: https://developers.google.com/mobile-ads-sdk/docs/admob/mediation#ios-linker
Also be sure to do a clean and rebuild