While running my project, I've got this error message.
Could not load the "bs_back_light.png" image referenced from a nib in the bundle with identifier "com.xxxxxxx.new"
I don't use the image file anymore, so I want to delete the image referencing in xib file. However, the project has a lot of xib files, and it is really hard to find xib file which references the image. If it is source file, I would use Find in Workspace(Shift + Command + F), but it doesn't search xib files.
How to search the image referencing from xib(nib) files?
I'm using Xcode Version 4.3.3 (4E3002)