Mike Korotkov

Results 2 comments of Mike Korotkov

Unfortunately delay doesn't always help, although it will reduce the frequency of test failures. There's another hack, that will prevent app from crashing: ``` @interface MGLMapView (UITest) - (id)accessibilityElementForAnnotationWithTag:(NSUInteger)annotationTag; @end...

Sorry, forgot about this thread, since the hack solved the problem for us. In case the information is still needed: - Do you reproduce this issue when the map is...