iPhone 5でアプリケーションを実行しようとすると、SIGABRTエラーが発生します。アプリケーションには基本的に3つのビューが必要であり、実行しているデバイス(iPhone 4、iPhone 5、またはiPad)に応じて、特定のビューが起動します。お使いのデバイスタイプに。
SIGABRTエラー:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "ViewController_Portrait5" nib but the view outlet was not set.'
ビューアウトレットが設定されたことはほぼ間違いありませんが、間違っていると思います。
Xcodeウィンドウのスクリーンショットは次のとおりです。