PDA

View Full Version : Error when I compile my app onto my iPod




drf1229
Jul 5, 2009, 02:49 AM
Whenever I build my app onto my iPod (using Xcode of course) this error shows up in the debugger: Could not load the "chalkboard.png" image referenced from a nib in the bundle with identifier "com.yourcompany.MyProject" And the Image doesn't show up in the app. I am extremely confused, any help would be appreciated.



spin-docta
Jul 5, 2009, 10:59 AM
Try cleaning the project and make sure the info.plist matches the com.company.MyProject

drf1229
Jul 5, 2009, 03:57 PM
Try cleaning the project and make sure the info.plist matches the com.company.MyProject

Oh, there we go, now it works! Thanks!