UIStoryboard Couldn't find view controller with identifier
I have an ios application using storyboards with a bunch of view controllers. After Adding a new ViewController, and configured the identify (Storyboard ID) I try to instantiate the new ViewController with the following code: SurveyNewViewController *newSurvey = [[self storyboard] instantiateViewControllerWithIdentifier:@"newSurveyView"]; [self presentViewController:newSurvey animated:YES completion:nil]; Everything seems to be right, but when running the application on the simulator it crashes: ** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Storyboard (