Shuvo Joseph
Shuvo Joseph

Reputation: 912

MKMapView hang/freeze app after leave viewcontroller in iPhone 5c

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!

Upvotes: 1

Views: 216

Answers (1)

Shuvo Joseph
Shuvo Joseph

Reputation: 912

I just discovered it works fine when I unplug iPhone from xcode.

Upvotes: 3

Related Questions