I'm seeing this error appear also with another error message:
"Could not load the "(null)" image referenced from a nib in the bundle with identifier "<app bundle>"
This has to be coming from somewhere in the storyboard since it dumps on app load and all of my images are loading with no problems, but I have no clue how to track it to a particular component. There are no UIImage.imageNamed calls taking nil arguments in my app.
Any idea on how to track this down?