技術ブログ

プログラミング、IT関連の記事中心

2022-12-22から1日間の記事一覧

Swiftのエラー「Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier cell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'」の対応方法

目次 エラー 原因 対応方法 エラー StoryboardでTableViewを作成すると、アプリ起動時に以下の様なエラーが表示されることがあります。 Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell …