gstory0404 / quakerbirdad

Flutter信天翁广告插件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

插屏广告报错

Clushdada opened this issue · comments

Debugging will be degraded due to missing types. Rebuilding the project will regenerate the needed module files.

  • thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x10)
    frame #0: 0x0000000103e99e30 Runner`-[QBAdEvent sentEvent:](self=0x0000000283b284b0, _cmd="sentEvent:", arguments=2 key/value pairs) at QBAdEvent.m:31:5
    28 }
    29
    30 -(void)sentEvent:(NSDictionary*)arguments{
    -> 31 self.eventSink(arguments);
    ^
    32 }
    33
    34
    Target 0: (Runner) stopped.

image

直接闪退
commented

插件的log日志打印一下 看下是哪一步出现的 @a250059653