【发布时间】:2017-10-06 00:46:55
【问题描述】:
我在 iOS 11 中不断收到这些警告。在装有 iOS 10 的设备上运行相同的应用程序不会产生任何这些警告。
Main Thread Checker: UI API called on a background thread: -[UIApplication keyWindow]
PID: 4945, TID: 148126, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0
Main Thread Checker: UI API called on a background thread: -[UIApplication delegate]
PID: 4945, TID: 148126, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0
Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState]
PID: 4945, TID: 148099, Thread name: (none), Queue name: com.google.fira.worker, QoS: 9
Main Thread Checker: UI API called on a background thread: -[UIApplication supportedInterfaceOrientationsForWindow:]
PID: 4945, TID: 148126, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0
我有最新的豆荚:
pod 'Firebase/Core'
pod 'Firebase/AdMob'
pod 'Google/SignIn'
【问题讨论】:
-
起来!你解决了吗?
-
我更新到最新的 Firebase 版本,
Google/SignInpod 已经不存在了。现在是GoogleSignIn。现在没有警告...
标签: firebase admob ios10 ios11