Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
起動時にアプリがクラッシュし、次のエラーが表示されます。
キャッチされていない例外 'NSUnknownKeyException' が原因でアプリを終了しています。
これは通常IBOutlet、ストーリーボード シーンから対応するシーンへの接続がviewControllerあり、ある時点でシーンからアウトレットを削除したかviewController、接続を削除しなかった場合に発生します。したがって、エラー。
IBOutlet
viewController
再接続するか、接続を完全に削除します (コード内およびストーリーボード上)。