gpt4 book ai didi

iphone - 由于 "Application exited abnormally with signal 9"或“应用程序异常退出,信号 11 : Segmentation fault"in Iphone 导致应用程序崩溃

转载 作者:行者123 更新时间:2023-12-01 16:53:14 25 4
gpt4 key购买 nike

在我的 iPhone 应用程序中,我使用了大量图像并加载到 tableview 中。我正在使用 SDWebimage。滚动时出现“应用程序异常退出,信号 9”或“信号 11:段错误”。如何解决此问题。请帮忙!!!

最佳答案

看门狗会杀了你,因为你消耗了太多的内存。尝试处理 didReceiveMemory 警告

- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}

关于iphone - 由于 "Application exited abnormally with signal 9"或“应用程序异常退出,信号 11 : Segmentation fault"in Iphone 导致应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13954018/

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