gpt4 book ai didi

ios - 应用程序在iPhone 5上运行但在iPhone 4s上未运行,但出现错误SIGABRT

转载 作者:行者123 更新时间:2023-12-01 18:18:31 24 4
gpt4 key购买 nike

当我在iPhone 5上运行我的应用程序时,我没有收到任何错误,但是当我在iphone 4S上运行它时,当您触摸选项卡然后对输出进行excode时,它会冻结:

"Thread 1: signal SIGABRT" on the "return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}" line.

在我的 Main.m中,我不知道我做错了什么。我试图清理应用程序中的代码,但我不知道如何查找导致错误的原因。

这是我的main.m
#import <UIKit/UIKit.h>

#import "AppDelegate.h"

int main(int argc, char * argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}

这是我得到的错误:
0x2f794ce7 0x2f794acb 0x344b5283 0x32036a41 0x1b7a5 0x3a141ab7)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb) "

最佳答案

"0x2f794ce7 0x2f794acb 0x344b5283 0x32036a41 0x1b7a5 0x3a141ab7) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb) "

那不是崩溃日志。它也不是回溯。您发布的证据很少。

但是,上述方法很有帮助。进入Xcode调试器并创建一个异常断点。您将要“停止Objective-C异常”。

中断时,发布停止位置的回溯。主线程?后台线程?

https://developer.apple.com/library/ios/recipes/xcode_help-breakpoint_navigator/articles/adding_an_exception_breakpoint.html

关于ios - 应用程序在iPhone 5上运行但在iPhone 4s上未运行,但出现错误SIGABRT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19335803/

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