开发者

Changing language on iPhone simulator crashes app [duplicate]

开发者 https://www.devze.com 2023-03-07 13:41 出处:网络
This question already has an answer here: Localization: application crashes when language is changed in simulator
This question already has an answer here: Localization: application crashes when language is changed in simulator (1 answer) Closed 9 years ago. 开发者_Python百科

In a multi-language application, if you change language in iphone simulator from xcode (running the app) does it crash?

It crash everytime I do this, the strange thing is that if I do the same operation from iphone simulator opened in Instruments it works.


You can't change your language while the simulator is running. This happens because the device provide a folder with the actual language that you're using, so when you change it, the application will search the correct folder and will not find.

0

精彩评论

暂无评论...
验证码 换一张
取 消