[MonoTouch] NSError in iOS 5
dermotos
me at dermotos.com
Wed Oct 19 00:48:53 EDT 2011
Can you see anything in the log?
>From my experience, errors cause the app to just quit with no debugging etc
tend to be in background threads. If this is in a background thread, can you
move the code to a foreground thread,possibly even by just using
this.InvokeOnMainThread(delegate { //code here}); and see if it gives you a
proper error?
--
View this message in context: http://monotouch.2284126.n4.nabble.com/NSError-in-iOS-5-tp3917519p3917574.html
Sent from the MonoTouch mailing list archive at Nabble.com.
More information about the MonoTouch
mailing list