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 doe
I was experiencing this same issue and a workaround I discovered is to disable GPU frame capture in my Xcode product scheme.
Hodge's workaround works. Here is a screenshot of how to set the GPU Frame Capture argument to "Disabled" (in "Edit Scheme" window)
disable frame capture in scheme, then crash disppeared