Skip to content

Instantly share code, notes, and snippets.

@Mohit-Kheterpal
Created March 5, 2015 05:53
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 Mohit-Kheterpal/cc7b6cd3f314999d0793 to your computer and use it in GitHub Desktop.
Save Mohit-Kheterpal/cc7b6cd3f314999d0793 to your computer and use it in GitHub Desktop.
System.InvalidOperationException: You MUST invoke LoadApplication () before calling base.FinishedLaunching ()
at Xamarin.Forms.Platform.iOS.FormsApplicationDelegate.FinishedLaunching (UIKit.UIApplication uiApplication, Foundation.NSDictionary launchOptions) [0x00000] in <filename unknown>:0
at Test.iOS.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x0002f] in /Users/xamarin77/Downloads/Test/Test/iOS/AppDelegate.cs:24
at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0001c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:45
at Test.iOS.Application.Main (System.String[] args) [0x00008] in /Users/xamarin77/Downloads/Test/Test/iOS/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment