gpt4 book ai didi

iphone - iOS5 ARC 应用程序 : __NSAutoreleaseNoPool(): of class NSCFNumber autoreleased with no pool in place - just leaking

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:33:21 26 4
gpt4 key购买 nike

我最近为我的应用程序项目切换到 ARC。我正在使用 iOS 5 SDK。运行一台 iPod 4g 设备我没有收到任何警告。但是尝试在 iPod 2g 上运行我的应用程序时,我收到了很多警告:

*** __NSAutoreleaseNoPool(): Object 0x258070 of class DataModel autoreleased with no pool in place - just leaking
*** __NSAutoreleaseNoPool(): Object 0x2530a0 of class __NSArrayM autoreleased with no pool in place - just leaking
*** __NSAutoreleaseNoPool(): Object 0x25a2e0 of class NSCFNumber autoreleased with no pool in place - just leaking

我想使用 ARC 运行 arm6/arm7 代码是有区别的。

如何解决这个问题?谢谢

最佳答案

无论您在单独的线程上做什么,添加 @autoreleasepool 上下文都是明智的做法。

More information available here .

还有一些不错的例子to be found in this related question .

关于iphone - iOS5 ARC 应用程序 : __NSAutoreleaseNoPool(): of class NSCFNumber autoreleased with no pool in place - just leaking,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8635579/

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