I have an app at the moment which shows various pins on a map. I've tried setting mapView.showsUserLocation = YES;
to show the user's current pos, however this crashed my app ("Program received signal: SIGABRT") with the following error message:
Mon Oct 19 12:31:27 unknown Hull Ads[3111] <Error>: *** -[MKUserLocation counter]: unrecognized selector sent to instance 0x10ad60
Mon Oct 19 12:31:27 unknown Hull Ads[3111] <Error>: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[MKUserLocation counter]: unrecognized selector sent to instance 0x10ad60'
Mon Oct 19 12:31:27 unknown Hull Ads[3111] <Error>: Stack: (...)
This is a little confusing as I haven't used MKUserLocation, or is that the problem?
The app does make use of CoreLocation for other non-related purposes however the app responds in the same way when CoreLocation isn't being used already.
If anyone could help that would be awesome!
Thanks - James