Qui è l'errore che sto ottenendoNSNotification EXC_BAD_ACCESS
Thread 1:EXC_BAD_ACCESS (code=2, address=0xb7ffffc)
Su questa linea
[[NSNotificationCenter defaultCenter] postNotificationName:AsyncImageLoadDidFinish
object:target
userInfo:[[userInfo copy] autorelease]];
Nel file AsyncImageView.m.
L'errore arresta il codice, ma se continuo nel debugger, blocca Xcode e lo spegne. Come posso risolvere questo problema?
Come hai dichiara 'userInfo'? – Kjuly
'\t \t NSMutableDictionary * USERINFO = [dictionaryWithObjectsAndKeys NSMutableDictionary: \t \t \t \t \t \t \t \t \t \t immagine, AsyncImageImageKey, \t \t \t \t \t \t \t \t \t \t URL, AsyncImageURLKey, \t \t \t \t \t \t \t \t \t \t nil]; ' – BigT