Open quantumpotato opened 11 years ago
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.
Getting '-[__NSCFString setLocationPingTimer:]: unrecognized selector
Sometimes when running PSLocationManager