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
Not sure if I was just unlucky, or if this fix is 100% but seems to solve my probs:
I added the 'if' statement after the assert in (MKPolygon *) polygonWithGPCPolygon:(gpc_polygon *) gpcPolygon interiorPolygons:(NSArray *)interiorPolygons , like so
NSAssert( gpcPolygon != NULL, @"attempt to create path from NULL gpcPolygon");