iOS 11 beta 4 presentRenderbuffer crash

人走茶凉 提交于 2019-12-03 04:14:52

问题


My app crashes on iOS 11 beta 4 (15A5327g) when [EAGLContext presentRenderbuffer:] method is called. It happens only when I debugging in Xcode. When I launch app manually it doesn't crashed. On versions lower than iOS 11 beta 4 it doesn't crashed as well. How can I prevent this issue? You can see crash details in screenshot


回答1:


Hodge's workaround works. Here is a screenshot of how to set the GPU Frame Capture argument to "Disabled" (in "Edit Scheme" window)




回答2:


I was experiencing this same issue and a workaround I discovered is to disable GPU frame capture in my Xcode product scheme.




回答3:


disable frame capture in scheme, then crash disppeared



来源:https://stackoverflow.com/questions/45319215/ios-11-beta-4-presentrenderbuffer-crash

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!