1

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:

  1. Add the various image sizes to the Xcode Target general section
  2. Select the image in the navigator and from the inspector choose to localize it
  3. This created an English variant.
  4. Select it again in the navigator and add a language (Spanish)
  5. Now there is en.lproj and es.lproj folders which XCode created
  6. 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.
  7. Some hours later I noticed XCode now says there is no launch images specified
  8. If I try to select an image, for example one in en.lproj then nothing happens and XCode still reports no images specified.
BergQuester
  • 6,167
  • 27
  • 39
Gruntcakes
  • 37,738
  • 44
  • 184
  • 378

1 Answers1

0

Looks like you can get an idea to your answer here in this post of StackOverflow Question.

Please do check the answer posted here. That is more close to your question.

Community
  • 1
  • 1
Balram Tiwari
  • 5,657
  • 2
  • 23
  • 41