views:

53

answers:

3

hi all,

i've a little problem, i've add a default.png in my app and it work. I've modify my file, delete file and reference and upload my new file. On my iphone the image does not appear, only some second of blackscreen and after my app start. In the simulator the splashscreen appear. I've try to delete my app on iphone, make a clean all and rebuild & install but nothing... I've try to make clean all, close xcode, delete default.png to my project directory (sometimes exist, sometimes no), open xcode, add my file and build & install on my iphone but nothing... Any ideas?

A: 

partially resolved, i've delete my file and reference, check if it's delete in my project directory, readd file BUT in other directory and it works, i think there will be some reference to my splashscreen that i cannot found.

zebra
A: 

Is your Default.png file capitalized? The iPhone uses a case-sensitive filesystem. Not sure if that would cause the problems you're having, but it's worth checking on.

Noah Witherspoon
zebra
A: 

I had the same problem but now i have found the solution. Do you have always problem with the splashcreen

Kalonji
hi,i think was a cache problem, cleaning building and old release of app on my iphone solved the problem
zebra