Skip to content

Instantly share code, notes, and snippets.

@neerajdeshmukh
Created October 4, 2017 13:48
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 neerajdeshmukh/f89b03dff5d1e67e5158311b667f190e to your computer and use it in GitHub Desktop.
Save neerajdeshmukh/f89b03dff5d1e67e5158311b667f190e to your computer and use it in GitHub Desktop.
Errors_59072
/Users/globallogic/Projects/foo/FooGui/FooGuiPage.xaml.fs(6,6): Error FS0039: The namespace or module 'Xamarin' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/FooGui/FooGuiPage.xaml.fs(6,6): Error FS0039: The namespace or module 'Xamarin' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/FooGui/FooGuiPage.xaml.fs(13,13): Error FS0039: The type 'ContentPage' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/FooGui/FooGuiPage.xaml.fs(13,13): Error FS0039: The type 'ContentPage' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/FooGui/FooGuiPage.xaml.fs(13,13): Error FS0039: The type 'ContentPage' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/FooGui/App.xaml.fs(6,6): Error FS0039: The namespace or module 'Xamarin' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/FooGui/App.xaml.fs(13,13): Error FS0039: The type 'Application' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/FooGui/App.xaml.fs(13,13): Error FS0039: The type 'Application' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/FooGui/App.xaml.fs(13,13): Error FS0039: The type 'Application' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/iOS/AppDelegate.fs(6,6): Error FS0039: The namespace or module 'Xamarin' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/iOS/AppDelegate.fs(6,6): Error FS0039: The namespace or module 'Xamarin' is not defined. (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/iOS/AppDelegate.fs(13,13): Error FS0039: The type 'FormsApplicationDelegate' is not defined. Maybe you want one of the following: UIApplicationDelegate UIApplicationState IUIApplicationDelegate (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/iOS/AppDelegate.fs(13,13): Error FS0039: The type 'FormsApplicationDelegate' is not defined. Maybe you want one of the following: UIApplicationDelegate UIApplicationState IUIApplicationDelegate (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/iOS/AppDelegate.fs(19,19): Error FS0855: No abstract or interface member was found that corresponds to this override (FS0855) (FooGui.iOS)
/Users/globallogic/Projects/foo/iOS/AppDelegate.fs(13,13): Error FS0039: The type 'FormsApplicationDelegate' is not defined. Maybe you want one of the following: UIApplicationDelegate UIApplicationState IUIApplicationDelegate (FS0039) (FooGui.iOS)
/Users/globallogic/Projects/foo/./Droid/FooGui.Droid.fsproj(1,1): Error: Unknown MSBuild failure. Please try building the project again (FooGui.Droid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment