我在 iOS 5 中使用 Storyboard 时遇到间歇性崩溃。当我尝试使用 Storyboard 中的视图控制器实例化一个新对象时,我经常会收到 SIGABRT。这似乎是一个非常普遍的错误,但我找不到其他人看到这个。谢谢你的帮助!
SectionLandscapeViewController *sectionViewController = [[UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil] instantiateViewControllerWithIdentifier:@"SectionLandscapeViewController"];
和崩溃...
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIProxyObject 0xa0fba20> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key sceneViewController.'