So if I don't actually use the NSNotificationCenter then this is probably a fault in the external accessory library?
Dino From: Rolf Bjarne Kvinge [mailto:[email protected]] Sent: Friday, October 19, 2012 17:21 To: Dean Cleaver Cc: [email protected] Subject: Re: [MonoTouch] Can anyone tell me what happened here? It crashed inside ExternalAccessory. That's pretty much all I can say for certain. Speculating a bit my guess would be that the object listening for notifications from NSNotificationCenter was freed (have in mind that NSNotificationCenter does not ref any objects/notifications, you have to make sure those aren't freed yourself). Rolf
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
