Search code examples
iphoneobjective-cuikituiwindow

Unknown error [UIWindow endDisablingInterfaceAutorotation]


I am receiving this error. I have no clue as to why it would be called, and Google didn't really help. Any suggestions?

-[UIWindow endDisablingInterfaceAutorotation] called on <UIWindow: 0x4e0ec50; frame = (0 0; 320 480); opaque = NO; autoresize = RM+BM; layer = <CALayer: 0x4e0f9e0>> without matching -beginDisablingInterfaceAutorotation. Ignoring.

Solution

  • Looks like you have to call -beginDisablingInterfaceAutorotation first and you're not doing that.