reason: '*** setObjectForKey: object cannot be nil (key: 1)'-crash!

[self.imageDownloadsInProgress setObject:iconDownloader forKey:[NSNumber numberWithInteger:tag]];

字典setobject时候不能为nil,否则crash!

原文地址:https://www.cnblogs.com/lisa090818/p/3441977.html