0
votes

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

1 Answers

1
votes

Simple solution:

  1. Stop any iPhone Simulation
  2. In XCode click Build -> Clear in the menu bar
  3. Uncheck both boxes and click "clean"
  4. Rebuild your application.