It's now seemingly not Linea - just random:
MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name:
NSInvalidArgumentException Reason: -[OS_dispatch_semaphore
UIApplicationWillEnterForeground:]: unrecognized selector sent to instance
0x81b27e0
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain
(int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String
principalClassName, System.String delegateClassName) [0x0004c] in
/Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at KleverLogic.FlashValet.iPhone.Valet.Application.Main (System.String[] args)
[0x00048] in /xsl-home/kleverlogic/FlashValet/Mobile/iPhone/Valet/Main.cs:40
And here's my WillEnterForeground:
public override void WillEnterForeground(UIApplication application)
{
try
{
//ThreadPool.QueueUserWorkItem(this.EnterForeground);
}
catch (Exception ex)
{
Application.SendError(ex);
}
}
Yeah - basically empty, yet it still crashes in the
UIApplicationWillEnterForeground - any ideas?
Dino
From: [email protected]
[mailto:[email protected]] On Behalf Of Dean Cleaver
Sent: Thursday, October 11, 2012 15:00
To: [email protected]
Subject: [MonoTouch] Any idea what this could be?
I got this error report recently:
MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name:
NSInvalidArgumentException Reason: -[Linea UIApplicationDidEnterBackground:]:
unrecognized selector sent to instance 0x21a2a80
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String
principalClassName, System.String delegateClassName) [0x0004c] in
/Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at KleverLogic.FlashValet.iPhone.Valet.Application.Main (System.String[] args)
[0x00027] in /xsl-home/kleverlogic/FlashValet/Mobile/iPhone/Valet/Main.cs:40
I'm intrigued by the "Reason: -[Linea UIApplicationDidEnterBackground:]"
because I make no calls to the linea in this, so wondered if there was even
anything I could do?
Dino
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch