App worked just fine, upgraded to Xcode 9 and was faced with this error: return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
I know its something to do with the storyboard file and Ive checked my outlets to see if any are not linked but everything seems fine.
Any help would be greatly appreciated!