Could not load the "" image referenced from a nib

BlueVoodoo picture BlueVoodoo · Oct 1, 2012 · Viewed 49.3k times · Source

I have no images called "" (nothing). I've gone through the .xib file of the screen where this pops up and can't find anything that would cause this. Anybody who have had the same issue? Here is the full warning:

Could not load the "" image referenced from a nib in the bundle with identifier "com.blah.Blah"

Answer

Tom picture Tom · Jan 14, 2014

You can do this to check it from your storyboard, or nib. Open it as Source Code:

enter image description here

Then "Find" the image name in it, see if it exists but already invalid in your project, probably you have deleted or changed its name, and now it doesn't seem valid.

enter image description here