void _WebThreadLockFromAnyThread(bool), 0x205acdf0: Obtaining the web lock from a thread other than the main thread or the web thread. UIKit should not be called from a secondary thread.
这看起来很严重。我希望程序在那时中断。我不觉得我可以从主线程之外的任何地方访问 UIKit。
但是,警告就在那里,我不知道在我的代码中发生了什么