gpt4 book ai didi

iPhone SDK : [MobileOfferViewController _shouldUseKeyWindowStack]

转载 作者:行者123 更新时间:2023-12-03 20:16:43 27 4
gpt4 key购买 nike

我有内存泄漏,所以我尝试使用 nszombie 进行调试....

NSZombie 打印了这个:

-[MobileOfferViewController _shouldUseKeyWindowStack]: message sent to deallocated instance 0x6307580

所以我的问题:方法是什么:shouldUseKeyWindowStack??

在 Google 上找不到任何内容...

谢谢,马丁

最佳答案

我与类似的错误斗争了相当长的一段时间。据我所知,_shouldUseKeyWindowStack 是 iOS 4.0 中出现的内部 UIResponder 方法(我认为与多任务处理有关)。

但是,此类事情的真正错误通常是内存访问错误(对象释放过多,或线程错误)。就我而言,这是一个线程错误 - 具体来说,尝试在后台线程中更新 UI(显示 UIAlert)。我最终将导致崩溃的代码包装在它自己的方法中,然后调用 [self PerformSelectorOnMainThread:withObject:waitUntilDone:] 来解决崩溃问题。

关于iPhone SDK : [MobileOfferViewController _shouldUseKeyWindowStack],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3342495/

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