PSLocationManager icon indicating copy to clipboard operation
PSLocationManager copied to clipboard

'-[__NSCFString setLocationPingTimer:]: unrecognized selector

Open quantumpotato opened this issue 12 years ago • 1 comments

Getting '-[__NSCFString setLocationPingTimer:]: unrecognized selector

Sometimes when running PSLocationManager

quantumpotato avatar Jul 26 '13 14:07 quantumpotato

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.

perspecdev avatar Jul 26 '13 14:07 perspecdev