3

I have localized my app with storyboards. It has the following behavior:

Works fine when built to device in development language (English)

When I change the iPhone language to something that the app is localized in, and open the app, it shows a black screen for a short amount of time (1-5 seconds) before crashing.

With the phone now in another language, if I build the app to the phone, it works fine and loads the localized storyboards.

So, to restate: this localized app refuses to open when the language is changed, but works fine if I then build it to to the device again from XCode.

What is going on? iOS bug, or do I have something configured wrong?

Community
  • 1
  • 1
rocket101
  • 7,369
  • 11
  • 45
  • 64
  • I have the same problem, did you find out why and how to fix it ? – KML Mar 08 '15 at 15:17
  • @karlml No solution yet... but I have found a workaround of re-installing/re-building the app to the device after the language has been changed, which works in my experience. – rocket101 Mar 08 '15 at 20:42
  • Yes, but what about the end user? I think there must be something going on with the dateFormatter not updating – KML Mar 08 '15 at 21:36

1 Answers1

1

I have the same problem. And I checked all Localazation files in storyboard , and it works fine to me. Like below image. enter image description here

Jerome
  • 2,114
  • 24
  • 24
  • I'm facing the same issue. Can you elaborate what you mean by "I tried to set all languages files the same in storyboard Localization" ? – user2473992 May 08 '18 at 08:54