I wrote an iPad app and I'm using two different images as launch images. The iOS simulator shows the proper image during startup but the device always uses the portrait image. I have the right file size (Xcode does NOT give me any warnings)!
I'm using iOS5 Beta 7 with Xcode 4.2
Here is what I did so far:
- I double checked all the file sizes
- I readded the files to the project,
- I build the project from scratch (including 'Clean')
- I cleaned the workspace's derived data directory.
- I deleted the app completely from the device.
- I restarted the device.
I'm running out of ideas.
Any ideas?