lldb报错:Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection <__NSArrayM: 0x7f9a5a47dda0> was mutated while being enumerated.' bug代码: //判断是否存在,存在就删除 for (NSDictionary *dic in userAccountPwdMutalDatas) { if ([dic obj…