Hi Jeff, I tried with the latest version of MonoTouch (4.2.2), cleaned the solution and rebuilt using "Don't Link" and am still getting the same error:
Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: 10/1/2011 6:02:34 PM::Wrapper type 'MonoTouch.MapKit.MKMapViewDelegate' is missing its native ObjectiveC class 'MKMapViewDelegate'. Please check if it's been linked. - :: at MonoTouch.ObjCRuntime.Class.Register (System.Type type, System.String name, Boolean is_wrapper) [0x00000] in <filename unknown>:0 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at MonoTouch.ObjCRuntime.Class.GetHandle (System.Type type) [0x00000] in <filename unknown>:0 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at MonoTouch.Foundation.NSObject.AllocIfNeeded () [0x00000] in <filename unknown>:0 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at MonoTouch.Foundation.NSObject..ctor (MonoTouch.Foundation.NSObjectFlag x) [0x00000] in <filename unknown>:0 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at MonoTouch.MapKit.MKMapViewDelegate..ctor () [0x00000] in <filename unknown>:0 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at Coolfindz.iPhonePersonalMenuMapViewController.ViewDidLoad () [0x000ac] in /Users/technohead/Projects/Coolfindz/Coolfindz/iPhone/PersonalMenu/iPhonePersonalMenuMapViewController.xib.cs:63 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at MonoTouch.UIKit.UIViewController.get_View () [0x00000] in <filename unknown>:0 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at Coolfindz.iPhonePersonalMenuViewController.ViewDidLoad () [0x000c1] in /Users/technohead/Projects/Coolfindz/Coolfindz/iPhone/PersonalMenu/iPhonePersonalMenuViewController.xib.cs:72 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at MonoTouch.UIKit.UINavigationController.PushViewController (MonoTouch.UIKit.UIViewController viewController, Boolean animated) [0x00000] in <filename unknown>:0 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at Coolfindz.AppDelegateIPhone.PushView (MonoTouch.UIKit.UIViewController viewController) [0x00000] in /Users/technohead/Projects/Coolfindz/Coolfindz/iPhone/AppDelegateIPhone.cs:168 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at Coolfindz.iPhoneSearchViewController+<handleProductsTableViewSourceOnRowSelected>c__AnonStorey2.<>m__10 () [0x00013] in /Users/technohead/Projects/Coolfindz/Coolfindz/iPhone/iPhoneSearchViewController.xib.cs:622 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at MonoTouch.Foundation.NSActionDispatcher.Apply () [0x00000] in <filename unknown>:0 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00000] in <filename unknown>:0 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at MonoTouch.UIKit.UIApplication.Main (System.String[] args) [0x00000] in <filename unknown>:0 Sat Oct 1 18:02:34 unknown UIKitApplication:com.coolfindz.dinnerclub[0xf9f8][9557] <Notice>: at Coolfindz.Application.Main (System.String[] args) [0x00016] in /Users/technohead/Projects/Coolfindz/Coolfindz/Main.cs:21 Dennis -- View this message in context: http://monotouch.2284126.n4.nabble.com/System-Exception-Wrapper-type-MonoTouch-UIKit-UISearchDisplayDelegate-is-missing-its-native-Objectiv-tp3854781p3864109.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
