perspecdev / PSLocationManager

An Objective C class to track a user's distance and speed via GPS on iOS, using CoreLocation
119 stars 52 forks source link

'-[__NSCFString setLocationPingTimer:]: unrecognized selector #4

Open quantumpotato opened 11 years ago

quantumpotato commented 11 years ago

Getting '-[__NSCFString setLocationPingTimer:]: unrecognized selector

Sometimes when running PSLocationManager

perspecdev commented 11 years ago

Sounds like you've got an instance of PSLocationManager that was deallocated earlier than you meant it to, and an NSString object has set up shop at its previous memory location.