My app is crashing with the error code: SIGABRT. Ive done a ton of research and none of the “SIGABRT solutions” have ever helped. This is what is in the console after app crashes on the iOS Simulator:
Terminating app due to uncaught exception
'NSInternalInconsistencyException',
reason: '-[UIViewController _loadViewFromNibNamed:bundle:]
loaded the "ViewController" nib but the view outlet was not set.'
If anyone can help me that would be great!
Open up your ViewController’s xib file, right click on the File’s Owner placeholder, and make sure that your view property is set. If it’s not, control click and drag to the view.
