From 637e0419f34a9d1cac526067e841773c29e9967d Mon Sep 17 00:00:00 2001 From: Nikolay Morev Date: Tue, 2 Feb 2016 17:47:23 +0300 Subject: Recent SDK requires setting rootViewController --- tests-ios/AppDelegate.mm | 1 + 1 file changed, 1 insertion(+) (limited to 'tests-ios') diff --git a/tests-ios/AppDelegate.mm b/tests-ios/AppDelegate.mm index 5872d3bc..183f24c6 100644 --- a/tests-ios/AppDelegate.mm +++ b/tests-ios/AppDelegate.mm @@ -23,6 +23,7 @@ self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease]; // Override point for customization after application launch. self.window.backgroundColor = [UIColor whiteColor]; + self.window.rootViewController = [[UIViewController alloc] init]; [self.window makeKeyAndVisible]; testAll(); -- cgit v1.2.3