I had a set of launch images specified in XCode (5.0) in the general section. But then after localizing the images XCode has started to say there is no image specified, and if I try to add one nothing happens.
What I did was:
- Add the various image sizes to the Xcode Target general section
- Select the image in the navigator and from the inspector choose to localize it
- This created an English variant.
- Select it again in the navigator and add a language (Spanish)
- Now there is en.lproj and es.lproj folders which XCode created
- The images in the es.lproj at this point are duplicates of those on the en.lproj so I dragged and dropped new Spanish versions into es.lproj to replace the English one.
- Some hours later I noticed XCode now says there is no launch images specified
- If I try to select an image, for example one in en.lproj then nothing happens and XCode still reports no images specified.