i have a application i put Default.png for splash screen according to apple's documentation.the splash screen is displaying fine.but when i delete the Default.png and references of png.it does not removed it is still showing the splash screen.i am running the program in simulator.?
+1
A:
Simple solution:
- Stop any iPhone Simulation
- In XCode click Build -> Clear in the menu bar
- Uncheck both boxes and click "clean"
- Rebuild your application.
David Wong
2009-05-23 07:31:34
this works in another project but in my project the problem still occurs.i tried this but this method doesn't work for me.i am unable add a new file named Default.png x-code gives an error.
Rahul Vyas
2009-05-24 12:51:33
Sorry if this is a bit late, but you still have a Default.png inside your project directory, you had only deleted the reference from the XCode project.
David Wong
2009-07-09 15:46:20