My iPad app will periodically crash with a memory warning, and it shows “Could not load the “myimage.png” image referenced from a nib in bundle…”
I have removed this from my .h and the nib and it, obviously is not in my bundle. I cannot get rid of this reference. I have checked everything there is no pointer to it in my nib or in my code, how can I view my nib such that I can get rid of this bad reference??
Anyone else experience this?
Never seen that happen but you could just open the .xib file in a text/xml editor and do a search for myimage.png. CHeck that out and infer the problem from what you find 🙂 Post what you find if you cannot get a solution from that.