i am receiving this error when trying to add user location. I have a table view and when i try to scroll, i receive this error. I’m very new to xcode.
* Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[MKUserLocation annotationType]: unrecognized selector sent to instance 0x803f090’
Any help is much appreciated.
MKUserLocation does not have an annotationType method. You’re sending MKUserLocation a message that it does not know how to handle.