XCode 4.3 : XIB files and localisation
- by Fabrice MAUPIN
I have a problem with XIB Files and localizations (Xcode 4.3, Mac Os X 10.7.4)
My application supports french and english localizations.
For my test, i decided to change the languages and regions from "french" to "english" in system preferences.
When i launch my application, it displays always old XIB files (french) et not the XIB files "attached" to my new localization !
** I followed all the recommendations which i was able to find : i cleared all caches, clean up the project, ... and so on !
The problem is always here and persists.
Can be that XCode4 has the other files to delete somewhere else ?
is it possible to use another means to test my new localization ?
If you are a idea, ...
Thanks in advance.
FM.