iOS 11 beta 4 presentRenderbuffer crash

后端 未结 3 1613
走了就别回头了
走了就别回头了 2021-01-31 17:44

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

相关标签:
3条回答
  • 2021-01-31 18:24

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

    0 讨论(0)
  • 2021-01-31 18:30

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

    0 讨论(0)
  • 2021-01-31 18:49

    disable frame capture in scheme, then crash disppeared

    0 讨论(0)
提交回复
热议问题