plist localization problem

ぐ巨炮叔叔 提交于 2019-12-12 11:52:27

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!