gpt4 book ai didi

ios 应用程序在语言更改后崩溃

转载 作者:行者123 更新时间:2023-12-02 20:20:32 24 4
gpt4 key购买 nike

我有一个 Storyboard,其中包含一个 StoryboardID 为“PendingToursVC”的 ViewController。在我的代码中,我执行以下操作:

@try {
self.pendingToursVC = [storyboard instantiateViewControllerWithIdentifier:@"PendingToursVC"]; <-- app crashes on this line
}
@catch (NSException *exception) {
NSLog(@"exception:\n%@", [exception description]);
}

程序在这一行停止,在崩溃堆栈中您可以看到抛出了 objc_exception_throw(无论是什么)。

enter image description here

那么,为什么控制台中没有显示异常呢?这样我就不明白这里发生了什么。任何有关如何找出答案的提示都将受到赞赏。

最佳答案

感谢您的阅读。解决方案是,我有两个 Storyboard(德语和英语)。在英语 Storyboard中存在 View Controller 。但我昨天把我的 iPhone 从西类牙语变成了德语。因此,应用程序尝试从德语 Storyboard 中检索 View Controller 。因此它不存在并崩溃。这是一个严重的错误。

关于ios 应用程序在语言更改后崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15437708/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com