I have made an iPhone app with localized versions. It mostly works fine, but there are two views in which localized NIBs do not load. Standard NIBs (in English) are used. I am sure I mad开发者_开发知识库e localization properly ("Get Info", "Make file localizable", "Add Localization", added "pl" - for Polish, and then edited created NIB). All the other views are fine. What might be the problem?
Another one for the simulator on SDK 4.0 - delete the application on the simulator, build -> clean all targets in XCode and restart
Answer is: reboot the iPhone.
I had a similar issue on the Simulator. Cleaning all targets helped me. Give it a try.
On the simulator I had to use "iOS Simulator" -> "Reset Content and Settings"
精彩评论