SwiftUIの基本を身につけたい方はこちら

【Xcode/Swift】Thread 1: “Could not load NIB in bundle: ‘NSBundle with name ‘fileName'”の解決方法

エラー内容

Thread 1: “Could not load NIB in bundle: ‘NSBundle <Path> with name ‘fileName'”

原因

ファイル名が一致していないため。

解決方法

ファイル名、クラス名を読んでいるところにスペルミスがないかを確認する。

今回の場合は、ファイル名の書き換えを忘れていたために起きてしまった。

評価