Spent an hour on this till I realized what the issue was. If you drop a mapview onto a View but do not wire it up to an instance variable you'll get a lovely runtime error when you deploy to a device:
exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named MKMapView' I'm guessing that Mono doesn't realize it is in the NIB and thus doesn't link in the map kit library. Gerry
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
