问题
I have a weird problem with my plist. I'm working with xcode 4. Whenever I try to put a localization on this plist, I can't edit it. I mean, when I edit and change a value in the plist, the application still take the old one. Even if I delete it, I still have my old plist loaded ...
I don't know if someone already got the same problem but it would help me a lot !! Thanks
回答1:
The simulator and the device cache the localized data. You need to remove all the data from them to see the changes, but warning! It removes all! In the device go to Settings.app -> General -> Reset -> Erase all content and settings. In the Simulator go to Simulator -> Erase all content and settings.
来源:https://stackoverflow.com/questions/5887469/plist-localization-problem