Hi there,
I'am currently testing our app for iOS7 compatibility (GM Release) and I'am noticed that the app crashes if I hit any text box.
Does anybody recognize the same problems with iOS7? Do I need to switch to the alpha channel?
Here is the console output:
Unhandled Exception:
MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSRangeException Reason: *** -[__NSArrayM objectAtIndex:]: index 1 beyond bounds [0 .. 0]
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 XXXXUITouch.Main (System.String[] args) [0x0003f] in c:\xxxxxxxx\Main.cs:30
2013-09-11 16:18:11.267 XXXXUITouch[23376:a0b] Unhandled managed exception: Objective-C exception thrown. Name: NSRangeException Reason: *** -[__NSArrayM objectAtIndex:]: index 1 beyond bounds [0 .. 0] (MonoTouch.Foundation.MonoTouchException)
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 BSH.MyBosch.UI.Touch.Application.Main (System.String[] args) [0x0003f] in xxxx\Main.cs:30
Best regards Michael
Update: It seems that this is only in the simulator! :/