i'm trying to update an application for iOS 6. So i run it with the 6.0 Simulator to see if i get any errors or warnings, but there aren't any. But in fact i was expecting to get a warning for shouldAutorotateToInterfaceOrientation:
because it's deprecated in iOS 6. Why don't i get a warning? Do i need to do something else than running it with a 6.0 simulator?
Thanks guys!