Could not load "my-icon.png" image referenced from a nib (iPhone) -


i receiving following error message:

2011-02-11 14:47:13.815 myproject[13177:207] not load "icon-troubleshoot.png" image referenced nib in bundle identifier "com.mycompany.myproject" 

this file old file being used before, has been deleted. far know icon-troubleshoot.png not used anywhere in project. tried cleaning , rebuilding, emptying caches didn't work. searching string troubleshoot textual reference , "contains" selected returned nothing. know how can find causing error?

as far know search tool of x-code not search inside xib files that's why search returns nothing. anyway it's probable there's still reference in xib file somewhere. because xib files xml, if don't want check them manually, try open xib text editor textmate , perform global text search on content .png filename.

hope helps. ciao!


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -