Multithreading Admob GADBannerView.m bool_WebTryThreadLock(bool)iOS iPhone崩溃

Multithreading Admob GADBannerView.m bool_WebTryThreadLock(bool)iOS iPhone崩溃,multithreading,ios,uikit,crash,admob,Multithreading,Ios,Uikit,Crash,Admob,我使用admob sdk在iPhone 3.1.3(第一代iPhone)上运行该应用程序。虽然并非一直如此,但我最近开始出现这个错误,这是我以前从未见过的 <Warning>: bool _WebTryThreadLock(bool), 0x3c3840: Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of ca

我使用admob sdk在iPhone 3.1.3(第一代iPhone)上运行该应用程序。虽然并非一直如此,但我最近开始出现这个错误,这是我以前从未见过的

<Warning>: bool _WebTryThreadLock(bool), 0x3c3840: Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of calling to UIKit from a secondary thread. Crashing now...
再进一步追查得到

-[GADBannerView dealloc] (in My iPhone App) (GADBannerView.m:111)

-[myViewController dealloc] (in My iPhone App) (myViewController.m:378)

-[mySubViewController dealloc] (in My iPhone App) (mySubViewController.m:64)
我不知道发生了什么事。我能做些什么来防止崩溃,还是admob必须解决这个问题


任何帮助都会显示出来

请尝试调试器以了解错误发生的位置。也是从调用removeFromSuperView方法的位置。这可能是导致问题的原因

-[GADBannerView dealloc] (in My iPhone App) (GADBannerView.m:111)

-[myViewController dealloc] (in My iPhone App) (myViewController.m:378)

-[mySubViewController dealloc] (in My iPhone App) (mySubViewController.m:64)