I\'ve upgraded my XCode to 4.5.1 in order to debug in my new iPad with IOS 6.0.1. After that I get this error on console after compili
XCode
4.5.1
IOS 6.0.1
Go to AppDelegate class and add:
self.window.rootViewController = self.viewController;