Updating Xcode with SDK 6.0 gives you an error when trying to compile your project.
Missing Retina 4 launch image. A launch image named “Default-568@2x.png” is required to run at native resolution on Retina 4 devices. Would you like Xcode to add this image for you?
This is solved easily by pressing “Add”. Under Project Summary you can see it has added a new image under Launch Images named “Retina (4-inch)
The image file name is Default-568@2x.png and can easily be replaced.