I got a splash screen as Default.png this works on the simulator but when i debug my app on the ipad device itself, i get an old Default.png which does not exist anymore.
why is the splash screen different in the simulator and the device?
I got a splash screen as Default.png this works on the simulator but when
Share
I have had this problem before, the way i fixed it was cleaning the project, deleting the app off of the device, turn off the device, restart it and then try again.
If that doesnt work check all your images, it could still be holding a reference to the old one somewhere.