Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created September 8, 2014 11:27
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 saurabh360/22a65faedde6f068bcc6 to your computer and use it in GitHub Desktop.
Save saurabh360/22a65faedde6f068bcc6 to your computer and use it in GitHub Desktop.
Unhandled Exception:
System.EntryPointNotFoundException: xamarin_IntPtr_objc_msgSend_IntPtr
at (wrapper managed-to-native) MonoMac.ObjCRuntime.Messaging.xamarin_IntPtr_objc_msgSend_IntPtr (intptr,intptr,intptr) <IL 0x00011, 0x0008f>
at MonoMac.Foundation.NSObject.ValueForKey (MonoMac.Foundation.NSString) [0x00035] in /Users/builder/data/lanes/xamcore-lion-1.12-branch/09e36165/source/xamcore/src/build/compat/Foundation/NSObject.g.cs:713
at MacApp1.AppDelegate.FinishedLaunching (MonoMac.Foundation.NSObject) [0x00031] in /Users/jatin66/Downloads/MacLauncherEntryPoints/MacApp1/AppDelegate.cs:22
at (wrapper dynamic-method) object.[MacApp1.AppDelegate.Void FinishedLaunching(MonoMac.Foundation.NSObject)] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector,MonoMac.Foundation.NSObject) <IL 0x00011, 0x00062>
at (wrapper native-to-managed) object.[MacApp1.AppDelegate.Void FinishedLaunching(MonoMac.Foundation.NSObject)] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector,MonoMac.Foundation.NSObject) <IL 0x0006c, 0x0017f>
at (wrapper managed-to-native) MonoMac.AppKit.NSApplication.NSApplicationMain (int,string[]) <0x00012>
at MonoMac.AppKit.NSApplication.Main (string[]) [0x00041] in /Users/builder/data/lanes/xamcore-lion-1.12-branch/09e36165/source/xamcore/src/AppKit/NSApplication.cs:105
at MacApp1.MainClass.Main (string[]) [0x00007] in /Users/jatin66/Downloads/MacLauncherEntryPoints/MacApp1/Main.cs:14
[ERROR] FATAL UNHANDLED EXCEPTION: System.EntryPointNotFoundException: xamarin_IntPtr_objc_msgSend_IntPtr
at (wrapper managed-to-native) MonoMac.ObjCRuntime.Messaging.xamarin_IntPtr_objc_msgSend_IntPtr (intptr,intptr,intptr) <IL 0x00011, 0x0008f>
at MonoMac.Foundation.NSObject.ValueForKey (MonoMac.Foundation.NSString) [0x00035] in /Users/builder/data/lanes/xamcore-lion-1.12-branch/09e36165/source/xamcore/src/build/compat/Foundation/NSObject.g.cs:713
at MacApp1.AppDelegate.FinishedLaunching (MonoMac.Foundation.NSObject) [0x00031] in /Users/jatin66/Downloads/MacLauncherEntryPoints/MacApp1/AppDelegate.cs:22
at (wrapper dynamic-method) object.[MacApp1.AppDelegate.Void FinishedLaunching(MonoMac.Foundation.NSObject)] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector,MonoMac.Foundation.NSObject) <IL 0x00011, 0x00062>
at (wrapper native-to-managed) object.[MacApp1.AppDelegate.Void FinishedLaunching(MonoMac.Foundation.NSObject)] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector,MonoMac.Foundation.NSObject) <IL 0x0006c, 0x0017f>
at (wrapper managed-to-native) MonoMac.AppKit.NSApplication.NSApplicationMain (int,string[]) <0x00012>
at MonoMac.AppKit.NSApplication.Main (string[]) [0x00041] in /Users/builder/data/lanes/xamcore-lion-1.12-branch/09e36165/source/xamcore/src/AppKit/NSApplication.cs:105
at MacApp1.MainClass.Main (string[]) [0x00007] in /Users/jatin66/Downloads/MacLauncherEntryPoints/MacApp1/Main.cs:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment