创建广告视图时出现EXC_BAD_ACCESS错误

时间:2015-07-13 15:59:14

标签: ios admob exc-bad-access adview

我正在尝试使用以下代码创建adview:

GADBannerView *adView = [[GADBannerView alloc] initWithAdSize:kGADAdSizeSmartBannerPortrait];

但获得 EXC_BAD_ACCESS 错误

我在故事板上的另一个项目中创建了GADBAnnerView,但我需要以编程方式创建它。

这是调用堆栈:

1   0x108cdef8e StartWebThread()
2   0x104b5faf4 __pthread_once_handler
3   0x104b4ef13 _os_once
4   0x104b5fa93 pthread_once
5   0x107b6185e +[WebView(WebPrivate) enableWebThread]
6   0x107b5e7d6 WebKitInitialize
7   0x102c250a3 ___UIApplicationLoadWebKit_block_invoke
8   0x1047f3614 _dispatch_client_callout
9   0x1047df881 dispatch_once_f
10  0x101b1c4d6 _class_initialize
11  0x101b256e1 lookUpImpOrForward
12  0x101b320d3 objc_msgSend
13  0x10036d4d5 -[GADAdView initWithFrame:]
14  0x10033499f -[GADSlot initWithFrame:]
15  0x100330427 -[GADBannerView commonInitWithAdSize:]
16  0x100330648 -[GADBannerView initWithFrame:adSize:]
17  0x1003308b1 -[GADBannerView initWithAdSize:]
18  0x1003308f1 -[GADBannerView initWithAdSize:origin:]}

0 个答案:

没有答案