I get the following error in my console:
Applications are expected to have a root view controller at the end of application launch
Try to connect IBOutlet of tab bar controller to root view in the Interface Builder instead of
self.window.rootViewController = self.tabBarController;
But actually I haven't seen such error before.