释放双眼,带上耳机,听听看~!
解决办法:
- (void)dealloc
{
#if DEBUG
// Xcode8 / iOS10 MKMapView错误解决方法
staticNSMutableArray* unusedObjects;
if (!unusedObjects)
unusedObjects = [NSMutableArraynew];
[unusedObjects addObject:_warningMapView.warMapView];
#endif
}