Xcode 9.01 ERROR: return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));

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!

Is this a compilation error? Or a runtime error? If it’s a compilation error, please post the actual error message. You can find a text version of this in the Report navigator. OTOH, if it’s a runtime error then please run your app from the Home screen then, when it crashes, grab the crash report and post that (see Technote 2151 for more on crash reports).

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Xcode 9.01 ERROR: return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
 
 
Q