gpt4 book ai didi

ios - [UIImageAsset 保留] : message sent to deallocated instance

转载 作者:行者123 更新时间:2023-11-29 02:17:53 31 4
gpt4 key购买 nike

一条线

UIImage *tempImage = [UIImage imageNamed:@"gradient-image"];

在 NSOperation 内部的后台线程上执行。代码在此处中断并显示消息:

[UIImageAsset retain]: message sent to deallocated instance

我在 Images.xcassets 中有名为 gradient-image 的图像。老实说,我什至不知道还有哪些其他相关信息。

这种情况很少发生,我无法一致地重现它。我用谷歌搜索了一下,但没有太多结果。因此,我决定在这里提出一个关于 SO 的问题。

最佳答案

直接来自 Apple's documentationUIImage imageNamed::

You can not assume that this method is thread safe.

加载 UIImage 对象时,您必须在主线程上。您可以在任何线程上使用它们,但加载它们需要主线程。

关于ios - [UIImageAsset 保留] : message sent to deallocated instance,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28544201/

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