after many unsuccesfully attempts to sort out the XIB localization in XCode 4, I decided to post an help request here :).
1) I select a XIB file, say MyViewController.XIB.
2) I click the [+] button in the Localization area in right panel but it’s impossible to select the language. After clicking, I don't know why but another resource is selected (for example, another XIB file).
3) In XCode inferface nothing happens but in the filesystem the file MyVieController.XIB is moved (MOVED! NOT COPIED) in the en.lproj folder.
4) I add a new localization (this time I can select the language), say Italian.
5) In XCode interface now I see two “children” of MyViewController.XIB: the english one and the italian one.
6) Another strange thing is that the “main” MyViewController.XIB and its english version point to the same file (in en.lproj folder) so that any modification made in the first is automatically made in the second and viceversa.
Anyone of you has an explanation for this behaviour, that seems very odd to me?
Thanks in advance for your answers,
Marco.