gpt4 book ai didi

ios - 应用程序崩溃 "Storyboard doesn' t 包含带有标识符的 View Controller “在 uibutton 单击上

转载 作者:行者123 更新时间:2023-11-28 21:38:34 26 4
gpt4 key购买 nike

应用程序崩溃并显示以下日志:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Storyboard () doesn't contain a view controller with identifier 'CheckController'

我的代码是:

-(IBAction)ClkAddToCart:(id)sender
{
checkViewController *Obj = [self.storyboard instantiateViewControllerWithIdentifier:@"CheckController"];
[self.navigationController pushViewController:Obj animated:YES];
}

在其他页面中它可以工作,但在此 Controller 中不能。

我已经在 Storyboard中设置了标识符,如下所示:

enter image description here

最佳答案

我在使用 Storyboard构建 UI 时遇到了同样的问题。我尝试使用代码,但没有用。现在我找到了一个可行的解决方案,而且非常简单。那就是你只是清理你的项目。在菜单上,产品 => 清洁。请尝试您的项目。

关于ios - 应用程序崩溃 "Storyboard doesn' t 包含带有标识符的 View Controller “在 uibutton 单击上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32987376/

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