1
我一直在iOS 11中收到這些警告。在iOS 10設備上運行相同的應用程序不會產生任何這些警告。Firebase/AdMob SDK有錯誤嗎? Xcode主線程檢查器iOS 11
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/SignIn莢不再存在。現在它是'GoogleSignIn'。現在沒有警告... –