iOS 5 でストーリーボードを使用すると、断続的にクラッシュします。ストーリーボードからビュー コントローラーを使用して新しいオブジェクトをインスタンス化しようとすると、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.'