jenkins-ci
jenkins-ci copied to clipboard
[Obj-c] Custom rendering example failing with Google Ads Mobile v8.0.0+
Hi!
Related to issue 202, I followed the v8 upgrade guidelines but I'm unable to load an ad with the default ad unit. I did this changes but I'm getting an undecipherable traceback:
- (IBAction)refreshAd:(id)sender {
...
self.adLoader.delegate = self;
[self.adLoader loadRequest:[GADRequest request]];
self.videoStatusLabel.text = @"";
}
Traceback:
Thread 1: EXC_BREAKPOINT (code=EXC_I386_BPT, subcode=0x0)
In order to reproduce this error:
- Clone my fork and go to the branch `custom-native-ad-8.1.0.
- cd googleads-mobile-ios-examples/Objective-C/admanager/AdManagerCustomRenderingExample/
- Run pod update
- Open AdManagerCustomRenderingExample.xcworkspace
- Run the project on any emulator