I have the same issue... debugged half the day to find out: rotation is NOT working on iPhone OS, although methods like shouldAutorotate or supportedInterfaceOrientations are called when running with the debugger (but e.g. viewWillTransitionToSize never gets called afterwards)
rotation for the same project IS working when running in the simulator
rotation IS working on iPad when running with the debugger
rotation IS working on physical device when starting the app without Xcode
rotation IS working for a newly created simple iOS App with just a "Hello"-Screen while running in the debugger
Our project uses a GLKViewController subclass as main entry point
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: