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

后端 未结 6 2026
故里飘歌
故里飘歌 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 01:13

    Refer this link https://developer.apple.com/documentation/code_diagnostics/main_thread_checker

    For me this worked when I called from block.

提交回复
热议问题