PSLocationManager
PSLocationManager copied to clipboard
'-[__NSCFString setLocationPingTimer:]: unrecognized selector
Getting '-[__NSCFString setLocationPingTimer:]: unrecognized selector
Sometimes when running PSLocationManager
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.