Page 1 of 1

Crash on iOS 11 beta + Xcode 9 beta

Posted: Mon Aug 28, 2017 12:23 pm
by DanielBocksteger
Hi there,

our App is running fine & smooth on iOS devices with iOS 7 - 10 and compiled with Xcode 7.3.5 and Xcode 8.3.3

I've installed the latest iOS 1 beta and the latest Xcode 9 beta on another machine and iPad and now the app crashes instantly with starting the IrrlichtScene when calling endScene() of the videoDriver. The specific crash-point is in the CEAGLManager.mm method swapBuffers().

Image

Could someone related to the development dive into this issue please?

Regards from Germany,
Daniel

Re: Crash on iOS 11 beta + Xcode 9 beta

Posted: Wed Sep 27, 2017 5:47 am
by DanielBocksteger
This crash is occurring within the HelloWorld_iOS Example from the current ogl-es branch, too.