OC 字典dictionaryWithObjectsAndKeys报错

时间:2025-04-10 09:05:43

字典dictionaryWithObjectsAndKeys crash,也没有控制台打印输出:

OC  字典dictionaryWithObjectsAndKeys报错

解决方案!!

1、检查dictionaryWithObjectsAndKeys中的object keys都是非NSNULL对象;

2、注意注意注意keys是@""而非"",(""也不会报错);