-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XCode 9: Main Thread Checker: UI API called on a background thread: -[UIView layer] #3592
Comments
The same issue: [reports] Main Thread Checker: UI API called on a background thread: -[UIView layer] |
我也发现这个问题。。。但是这么解决? |
@bhltyou try run project with library on iOS 11 and XCode9, turn on "All Exception" breakpoint play some live video stream and i think Xcode will catch the row here is an issue. |
@IvanGrab thanks a lot |
@bhltyou 成功了吗?具体怎么修改的? |
问题解决了吗,只能设置关闭吗,求方法 @lrs0304 |
#4681 应该是App启动后第一次会有这个线程问题,之后一切正常,感觉是xcode升级成10之后出现的。 |
pod 'MCIJKPlayer' |
我也遇见了这个问题暂时先关闭了xcode Main Thread Checker 这个选项,想知道有没有更好的解决方式 |
#4683 |
谢谢 使用MCIJKPlayer替换了ijkplayer,问题解决,暂时没有发现其他问题 |
prod上表现正常,不卡顿; |
都Xcode14编译报错 |
请把编译错误贴出来看看 |
XCode9 新增了Main thread checker,可以在secheme里面关闭,提示called on a background thread
环境:XCode 9
代码:k.0.8.3
资源:任意视频链接
日志:
关闭检查的方法:
The text was updated successfully, but these errors were encountered: