iOS 应用本地化语言更改时崩溃

iOS App localization Crash on language change

我已经使用故事板本地化了我的应用程序。它具有以下行为:

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 文件,它对我来说工作正常。就像下图一样。