Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState]

后端 未结 6 2013
故里飘歌
故里飘歌 2020-12-01 00:28

I am using google maps in Xcode 9 beta, iOS 11.

I am getting an error outputted to the log as follows:

Main Thread Checker: UI API called on a

6条回答
  •  借酒劲吻你
    2020-12-01 00:53

    Choose scheme -> Diagnotics, remove main thread checker, then the warning will disappear. scheme editor

提交回复
热议问题