gpt4 book ai didi

ios - -[UINavigationController pushViewController :animated:] crashes with no error in console. .while click the button

转载 作者:行者123 更新时间:2023-11-28 22:18:36 31 4
gpt4 key购买 nike

PushViewController 在控制台中没有错误地崩溃,但我在 Xcode 中收到了 EXC_BAD_ACCESS 错误。直到 View Controller 被推送后,崩溃才会发生……但是它推送的 View 是空的……没有代码可以搞砸。

http://i.stack.imgur.com/X62jD.png

最佳答案

将下面的代码放到main.m中的callStackSymbols中,然后看看它返回了什么

int main(int argc, char *argv[])
{
@autoreleasepool
{
@try
{
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
@catch (NSException *exception)
{
NSLog(@"Stack Trace:: %@", [exception callStackSymbols]);
}
}
}

关于ios - -[UINavigationController pushViewController :animated:] crashes with no error in console. .while click the button,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20992385/

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