gpt4 book ai didi

ios - UIImageView 的奇怪崩溃问题

转载 作者:行者123 更新时间:2023-11-29 03:37:52 26 4
gpt4 key购买 nike

我有一个 ImageView ,在我的项目之一中从服务器加载后设置为图像。我看到一些时间崩溃,堆栈跟踪看起来像这样

CoreFoundation 0x344d82a3 __exceptionPreprocess + 163   
libobjc.A.dylib 0x3c1bc97f objc_exception_throw + 31
CoreFoundation 0x344d7d85 -[NSException name] + 1
Foundation 0x34d78509 -[NSConcreteMapTable countByEnumeratingWithState:objects:count:] + 57
CoreFoundation 0x34460d39 -[__NSFastEnumerationEnumerator nextObject] + 133
CoreFoundation 0x34433f11 -[NSEnumerator countByEnumeratingWithState:objects:count:] + 49
Foundation 0x34e88093 -[NSISEngine enumerateRows:] + 215
Foundation 0x34e8dfdf -[NSISEngine description] + 123
CoreFoundation 0x34448897 -[NSObject(NSObject) _copyDescription] + 35
CoreFoundation 0x344b92db __CFStringAppendFormatCore + 11139
CoreFoundation 0x34453fa9 CFStringCreateWithFormatAndArguments + 73
CoreFoundation 0x344d8195 +[NSException raise:format:] + 57
Foundation 0x34e8a11f -[NSISEngine minimizeConstantInObjectiveRowWithHead:] + 191
Foundation 0x34e8c759 -[NSISEngine optimize] + 61
Foundation 0x34e8c8af -[NSISEngine withAutomaticOptimizationDisabled:] + 211
UIKit 0x36719c4f -[UIView(UIConstraintBasedLayout) removeConstraints:] + 283
UIKit 0x362f6451 -[UIView(UIConstraintBasedLayout) invalidateIntrinsicContentSize] + 73
UIKit 0x362f4f39 -[UIImageView setImage:] + 381
MyApp 0x000ae369 -[DetailViewController didLoadImage:contextInfo:] (DetailViewController.m:1722)
MyApp 0x00114a45 -[UTImageCache executeRequest:] (UTImageCache.m:296)
Foundation 0x34deee85 __NSThread__main__ + 973
libsystem_c.dylib 0x3c613311 _pthread_start + 309
libsystem_c.dylib 0x3c6131d8 thread_start + 8

崩溃消息是

2013 年 9 月 18 日 04:43:28 PM NSGenericException
* 集合在枚举时发生了变化。

我不确定这里出了什么问题?自动布局是否在这里造成任何问题。

谢谢

最佳答案

不,这不是自动布局。看来你有类似的东西

for (NSDictionary *dictionary in myAwesomeArray) {

}

在你的代码中。如果迭代数组的内容,则不允许更改数组。这就是您根据错误消息所做的事情。

关于ios - UIImageView 的奇怪崩溃问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18887787/

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