Xcode Missing Retina 4 Launch Image

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?

Xcode Missing Retina 4 Launch Image

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)

Xcode Missing Retina 4 Launch Image

The image file name is Default-568@2x.png and can easily be replaced.