Default.png

Ok. I have an OpenGL ES application running on an iPhone.

And my project has a Default.png to show something other than a black screen on power up.

This image appears when I compile the simulator and device version of DEBUG. If I do compilation for DEVICE mode in RELEASE, no image is displayed (black screen instead).

I am running the beta version of OS3.0 5. Anyone got it?

Thanks.

+1


a source to share


1 answer


Found it out. it was named default.png and not Default.png. A case of MATERIALS!



I also had to do a clean build of all targets,

+3


a source







All Articles