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

【Xcode/Swift】Could not load the “画像の名前” image referenced from a nib in the bundle with identifier “BundleIdentifier”

エラー内容

実行すると、コンソールに以下のようなエラーが表示された。

Could not load the “画像の名前” image referenced from a nib in the bundle with identifier “BundleIdentifier”

原因

Storyboardに配置している画像の名前を変更して、画像が参照できなくなったから。

解決方法

画像を設定し直す

評価