Skip to content

Instantly share code, notes, and snippets.

@atin360
Created May 8, 2013 18: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 atin360/70782046acc9dbc280ac to your computer and use it in GitHub Desktop.
Save atin360/70782046acc9dbc280ac to your computer and use it in GitHub Desktop.
System.Exception: Wrapper type 'MonoTouch.MapKit.MKLocalSearchRequest' is missing its native ObjectiveC class 'MKLocalSearchRequest'.
at MonoTouch.Registrar.OldDynamicRegistrar.Register (System.Type type, System.String name, Boolean is_wrapper) [0x00080] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/OldDynamicRegistrar.cs:187
at MonoTouch.Registrar.OldDynamicRegistrar.Register (System.Type type) [0x0004f] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/OldDynamicRegistrar.cs:163
at MonoTouch.ObjCRuntime.Class.Register (System.Type type) [0x00000] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/Class.cs:113
at MonoTouch.ObjCRuntime.Class.GetHandle (System.Type type) [0x00000] in <filename unknown>:0
at MonoTouch.Foundation.NSObject.AllocIfNeeded () [0x00015] in /Developer/MonoTouch/Source/monotouch/src/shared/Foundation/NSObject2.cs:228
at MonoTouch.Foundation.NSObject..ctor (MonoTouch.Foundation.NSObjectFlag x) [0x00006] in /Developer/MonoTouch/Source/monotouch/src/shared/Foundation/NSObject2.cs:76
at MonoTouch.MapKit.MKLocalSearchRequest..ctor () [0x00000] in /Developer/MonoTouch/Source/monotouch/src/MapKit/MKLocalSearchRequest.g.cs:52
at MapKitSearch.AppDelegate.Search (System.String what, System.String where) [0x00051] in /Users/nischal/Desktop/monotouch-samples-master 2/MapKitSearch/AppDelegate.cs:70
at MapKitSearch.AppDelegate+<FinishedLaunching>c__AnonStorey0.<>m__2 () [0x00001] in /Users/nischal/Desktop/monotouch-samples-master 2/MapKitSearch/AppDelegate.cs:40
at MonoTouch.Dialog.StringElement.Selected (MonoTouch.Dialog.DialogViewController dvc, MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) [0x0000b] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:692
at MonoTouch.Dialog.DialogViewController.Selected (MonoTouch.Foundation.NSIndexPath indexPath) [0x00029] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/DialogViewController.cs:519
at MonoTouch.Dialog.DialogViewController+Source.RowSelected (MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) [0x00019] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/DialogViewController.cs:365
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/UIApplication.cs:38
at MapKitSearch.AppDelegate.Main (System.String[] args) [0x00001] in /Users/nischal/Desktop/monotouch-samples-master 2/MapKitSearch/AppDelegate.cs:98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment