After integrating mopub in my project I have successfully loaded AdView with Test ID, but after clicking on it I’m getting this error:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </var/mobile/Containers/Bundle/Application/2BC54729-C930-47B1-B33C-38BB57772F10/myappname.app> (loaded)' with name 'MPAdBrowserController''
My Podfile has use_frameworks and because of that I’m unable to set h file in bridging header, but I just import
#import mopub_ios_sdk
in every controller where adview is used.
Important note: I used banner view example from Fabric