Skip to content

Instantly share code, notes, and snippets.

@pjbeaman
Created March 5, 2012 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjbeaman/1979076 to your computer and use it in GitHub Desktop.
Save pjbeaman/1979076 to your computer and use it in GitHub Desktop.
CrashDetail and Stack
MonoTouch.Foundation.MonoTouchException
NSInternalInconsistencyException
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) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at CorePlotiOSSample.Application.Main (System.String[] args) [0x00000] in /Users/pjbeaman/Downloads/CorePlot/samples/CorePlotiOSSample/CorePlotiOSSample/Main.cs:42
MonoTouch.UIKit.UIApplication.Main (args={string[0]}, principalClassName=(null), delegateClassName="AppDelegate") in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
CorePlotiOSSample.Application.Main (args={string[0]}) in /Users/pjbeaman/Downloads/CorePlot/samples/CorePlotiOSSample/CorePlotiOSSample/Main.cs:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment