Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't remove Default.png?

I had been fooling around with an initial splash screen but decided not to use it. But now, although I deleted Default.png from Resources, the splash screen still appears in the Simulator when I start the app.

Default.png isn't in the project folder, I close and reopen Xcode, splash screen still there. Close and reopen Simulator, splash screen still there. I remove the app from the Simulator, build, and the splash screen is still there.

Any ideas?

like image 709
Matt Winters Avatar asked Jun 15 '10 06:06

Matt Winters


1 Answers

Try "Clean All Targets" before rebuilding

like image 145
Philippe Leybaert Avatar answered Sep 30 '22 04:09

Philippe Leybaert