I have a viewcontroller where MKMapView
is working fine, updating map based on current location. I followed this tutorial.
The Problem is when I leave the view controller the app got stuck just after call dealloc
.
This is happening on iPhone 5c, it works fine on iPhone 6!
I just discovered it works fine when I unplug iPhone from xcode.