views:

158

answers:

3

Hello,

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 made 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?

Thanks for helping me.

A: 

I had a similar issue on the Simulator. Cleaning all targets helped me. Give it a try.

Jakub
Tried that. No success :/
Jacek
A: 

Answer is: reboot the iPhone.

Jacek
+1  A: 

Another one for the simulator on SDK 4.0 - delete the application on the simulator, build -> clean all targets in XCode and restart

maha