gpt4 book ai didi

objective-c - 应用程序在解雇ViewControllerAnimated :时崩溃

转载 作者:行者123 更新时间:2023-11-29 04:16:14 26 4
gpt4 key购买 nike

我有一个常规 View Controller ,它尝试通过 presentViewController 或使用 UINavigationController 推送 Controller 来呈现 Controller 。

当我调用 dismissViewControllerAnimated: 方法或通过 UINavigationController 按下后退按钮时,应用程序将崩溃并出现以下错误:

012-12-01 13:09:15.789 stats[12370:c07] *** Assertion failure in -[NSLayoutConstraint constant], /SourceCache/Foundation_Sim/Foundation-992/Layout.subproj/NSLayoutConstraint.m:560
2012-12-01 13:09:15.790 stats[12370:c07] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '(null)'
*** First throw call stack:
(0x4ac012 0x1974e7e 0x4abe78 0x140af35 0x15253a2 0x1527cda 0x15274f1 0xdf4bbe 0xdf4da7 0x908be4 0x90905d 0x90905d 0x90905d 0x90905d 0x90905d 0x90905d 0x90905d 0x90905d 0x90905d 0x9045e6 0x90aaf4 0x902eed 0x97cad6 0xba9f44 0xba94eb 0x9a7a11 0x9a6ecd 0x9a6ecd 0x9a7bdb 0xa72739d 0x2e7b0 0xd71b5 0xd6f38 0xd8a19 0x4a01bd 0x4a00d6 0x4a024a 0xe27d69 0xe2913e 0x49bcf9 0x49b94e 0x4a01bd 0x4a00d6 0x4a024a 0xe27d69 0xe279da 0x49bcf9 0x49b94e 0x4a01bd 0x4a00d6 0x4a024a 0xe27d69 0xddb0a7 0x49bcf9 0x49b94e 0x4a01bd 0x4a00d6 0x4a024a 0xe27d69 0xe010cf 0x514753f 0x5159014 0x51497d5 0x452af5 0x451f44 0x451e1b 0x240c7e3 0x240c668 0x8bc65c 0x1e34d 0x2215)
libc++abi.dylib: terminate called throwing an exception

这会发生在模拟器和设备上。

以下是我展示 Controller 的方式:

UINavigationController

ChartViewController *chartViewer = [[ChartViewController alloc] initWithNibName:@"ChartViewController" bundle:[NSBundle mainBundle]];
[self.navigationController pushViewController:chartViewer animated:YES];

presentViewController:

ChartViewController *chartViewer = [[ChartViewController alloc] initWithNibName:@"ChartViewController" bundle:[NSBundle mainBundle]];
[self presentViewController:chartViewer animated:YES completion:nil];

感谢您提前提供的任何帮助!

最佳答案

这可能是由新 XCode 上的自动布局功能引起的。

检查您的 XIB 是否启用了“使用自动布局”功能。如果是,请禁用并重试: enter image description here

关于objective-c - 应用程序在解雇ViewControllerAnimated :时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13662264/

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