Skip to content

Instantly share code, notes, and snippets.

@AkhileshKumar01
Created January 27, 2014 08:32
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 AkhileshKumar01/2c393a82e0ff00cdcd91 to your computer and use it in GitHub Desktop.
Save AkhileshKumar01/2c393a82e0ff00cdcd91 to your computer and use it in GitHub Desktop.
MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: The NIB data is invalid.
at at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:void_objc_msgSend (intptr,intptr)
at MonoTouch.UIKit.UIWindow.MakeKeyAndVisible () [0x00008] in /Developer/MonoTouch/Source/monotouch/src/build/compat/UIKit/.pmcs-compat.UIWindow.g.cs:130
at AsyncDownloadImage.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00038] in /Users/apple/Desktop/27Jan2014/monotouch-samples-master/AsyncDownloadImage/AsyncDownloadImage/AppDelegate.cs:31
at 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/.pmcs-compat.UIApplication.cs:38
at AsyncDownloadImage.Application.Main (System.String[] args) [0x00008] in /Users/apple/Desktop/27Jan2014/monotouch-samples-master/AsyncDownloadImage/AsyncDownloadImage/Main.cs:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment