iOS App 本地化语言更改时崩溃

标签 ios xcode localization crash xcode6

我已经使用 Storyboard对我的应用程序进行了本地化。它具有以下行为:

Works fine when built to device in development language (English)

When I change the iPhone language to something that the app is localized in, and open the app, it shows a black screen for a short amount of time (1-5 seconds) before crashing.

With the phone now in another language, if I build the app to the phone, it works fine and loads the localized storyboards.

因此,重申一下:当语言更改时,此本地化应用程序拒绝打开,但如果我随后从 XCode 再次将其构建到设备,则工作正常。

这是怎么回事? iOS 错误,还是我配置有误?

最佳答案

我也遇到了同样的问题。我检查了 storyboard 中的所有 Localazation 文件,它对我来说工作正常。就像下图一样。 enter image description here

关于iOS App 本地化语言更改时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28771814/

相关文章:

iphone - XCode 4.3 无法加载持久存储 UserDictionary.sqlite

ios - AVSpeech合成器: AVSpeechSynthesisIPANotationAttribute seems like does not support Chinese

iphone - 滑动到另一个元素时 UIAccessibilityAnnouncementDidFinishNotification 不触发

ios - 如何为 Apple Store(ionic 应用程序)正确设置英语以外的其他语言

ios - 从 Storyboard 中实例化几个可拖动的图 block - 附上测试代码和屏幕截图

asp.net-mvc-3 - MVC3 使用 .resx 进行图像本地化

c# - 本地化枚举描述属性

ios - 将动画原点设置为 View 中心

iphone - 为 iPhone Flash 应用程序优化 tweenlite

ios - 调试为什么 SKScene init(fileNamed :) returns nil