chenfanfang / AvoidCrash

This framework can effective avoid crash by potential error code. For example : If you insert a nil into a mutable array, this framework can avoid crash and note you that where cause crash.
MIT License
1.64k stars 383 forks source link

新版本 可变字典,[dic setObject:nil forKey:@"123"]; 会崩溃 #51

Closed maltsugar closed 6 years ago

maltsugar commented 6 years ago

老版本没问题,新版本,demo跑起来 试下就崩溃了

NSMutableDictionary *dic = @{}.mutableCopy;
[dic setObject:nil forKey:@"123"];
maltsugar commented 6 years ago

老版本指的是 2.3.0-beta, 我17年9月22日项目下的没问题

chenfanfang commented 6 years ago

@maltsugar 你好,请提供下你使用的xcode版本,模拟器系统版本。