I have iPhone 3GS, iOS4, xcode 3.2.3.
After loading the Default.png, I add a little splash screen the looks exactly like the application start view. This splash screen appears animating in Debug mode, but do not show at all in Release mode(I get a blank screen), this of course rules out any problems with the image, like size or name. I have tried clean all targets, no luck, I also tried to make the release configuration to look exactly like the debug configuration (like strip debug symbols during copy and optimization level) for the sake of troubleshooting, I am going no where.
Any ideas?