Reputation: 7079
I'm having hard time with Xcode 4.2 (Build 4C199) changing some of my XIBs on every build:
- <reference key="IBUIFontDescription" ref="341344726"/>
+ <reference key="IBUIFontDescription" ref="569996084"/>
or
- <object class="IBUIFontDescription" key="IBUIFontDescription" id="272245591">
+ <object class="IBUIFontDescription" key="IBUIFontDescription" id="509661802">
Well, I use ibtool
to make the localization based on strings files, but ibtool
does not output any warning/info while creating a localized version of XIB based on original XIB and language specific strings file… Here's what does my localization script:
ibtool --generate-strings-file Resources/Common/German.lproj/NIB_Localization/View.strings Resources/XIBs/German.lproj/View.xib
ibtool --strings-file Resources/Common/English.lproj/NIB_Localization/View.strings --write Resources/XIBs/English.lproj/View.xib Resources/XIBs/German.lproj/View.xib
What I've already tried:
Any ideas?
Upvotes: 1
Views: 426
Reputation: 7079
I did 2 things:
ibtools
uses) I correctly set XIB deployment and development targets.... and it worked :) However it still remains a mystery for me, that upgrading to Xcode 4 could cause that issue.
Upvotes: 1