I have a little problem. After installing Xcode 6.1 does not work set the localization in the iOS simulator. My application is in multiple languages (English, Czech), but even if I change the language in the simulator, the app is still in English. Before everything worked fine (and in my iPad still works). Please, how do I solve this problem? Thx
Asked
Active
Viewed 88 times
4
-
Post the code where you defined the language. – Fabio Cardoso Oct 24 '14 at 12:25
-
I do not have the code to define the language. I have two storyboards and when the device is set to english automatically starts the English version and if the device is set to Czech, Czech version starts. – Alien Oct 24 '14 at 12:40
-
Have you cleaned your derived data or Reset Content under Simulator Menu? – E-Riddie Oct 24 '14 at 12:45
-
Yes, I reset content and settings under iOS simulator :( – Alien Oct 24 '14 at 12:53
-
The working solution for iOS 8.1 is [here](http://stackoverflow.com/a/26690370/2066428) – malex Nov 01 '14 at 14:55