You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2018. It is now read-only.
Yeah, I'm not quite true explained.
This happens when I unplug the geolocation service, and I go back to the application. As I see it on the crash, the challenges are as follows:
RMMapview received notification from the geolocation service. And call method: self.showsUserLocation = NO;
Then begin to remove annotations associated with the position of the user:
for (RMAnnotation *annotation in [NSArray arrayWithObjects:_trackingHaloAnnotation, _accuracyCircleAnnotation, self.userLocation, nil])
[self removeAnnotation:annotation];
And in the method removeAnnotation: of an accident occurs.
Something happens to the object itself. Because it falls on the fact that he could not find a method removeAnnotation:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If location services are in the process of inclusion i have exception:
The text was updated successfully, but these errors were encountered: