This is more of a concern rather than an issue. I tried to add all launch images to my existing project (iPhone, iPhone 3.5" retina & iPhone5 4") & the xcode keeps adding additional "@2x" at the end of the image file name. For example now all my new launch images are named like this
iPhone 320x480 = [email protected]
iPhone retina 640x960 = Default@[email protected]
iPhone retina 4" 640x1136 = Default@[email protected]
Before adding i deleted all references & files from images folder & simply added new ones from project summary page. The app works fine I'm just concerned over the weird file name for the launch images. Has anyone encountered this ? This happens only with the existing project. How do I fix this for the existing project ?
current images folder with weird names
http://postimage.org/image/4kyy6pj6d/
xcode warning when trying to add