Category: iOS 6 Errata

Hour 2: Root View Controller Error

In the latest Xcode releases you will see an error regarding a missing root View Controller when running the HelloXcode application. To satisfy the requirement, simply add this line to the code provided: self.window.rootViewController=[UIViewController new];

Posted in Errata, iOS 5 Errata, iOS 6 Errata