Crash on iOS 11 beta + Xcode 9 beta

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
DanielBocksteger
Developer
Posts: 25
Joined: Tue Jan 21, 2014 9:15 pm
Location: Goch, NRW, Germany
Contact:

Crash on iOS 11 beta + Xcode 9 beta

Post 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
Best regards,
Daniel Bocksteger

German iOS Developer born in '95.
DanielBocksteger
Developer
Posts: 25
Joined: Tue Jan 21, 2014 9:15 pm
Location: Goch, NRW, Germany
Contact:

Re: Crash on iOS 11 beta + Xcode 9 beta

Post by DanielBocksteger »

This crash is occurring within the HelloWorld_iOS Example from the current ogl-es branch, too.
Best regards,
Daniel Bocksteger

German iOS Developer born in '95.
Post Reply