Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am having a very weird problem where sometimes, randomly, the screen will freeze when running my OpenGL-ES app on my devices running iOS6 or in the iPhone Simulator 6.0.

I can still step through the code, and all the rendering calls are being made as they should. I can even register input and do things in the app. But the screen is frozen in a previous state.

This does not seem to happen in iPhone Simulator 5.0

Anyone else run into this problem?

Edit - Seems to also happen in iPhone Simulator 5.0, running on XCode 4.5.1.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.