Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 11 beta 4 presentRenderbuffer crash

Tags:

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

enter image description here

like image 801
Evgeny Mikhaylov Avatar asked Jul 26 '17 06:07

Evgeny Mikhaylov


2 Answers

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

like image 121
user1988824 Avatar answered Nov 03 '22 10:11

user1988824


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

like image 40
hodge Avatar answered Nov 03 '22 11:11

hodge