这是我得到的错误
Thread 1:EXC_BAD_ACCESS (code=2, address=0xb7ffffc)
在这条线上
[[NSNotificationCenter defaultCenter] postNotificationName:AsyncImageLoadDidFinish
object:target
userInfo:[[userInfo copy] autorelease]];
在 AsyncImageView.m 文件中。
该错误会停止代码,但如果我继续使用调试器,它会冻结 Xcode 并将其关闭。我该如何解决这个问题?