引MJExtension用数组字典创建模型字典时出现这种错误:+[***Model mj_objectArrayWithKeyValuesArray:]: unrecognized selector sent to class 0x10ace5df0 的解决方法:
解决办法:让系统找的到方法。通过Other Linker flag 设置添加某一个文件的链接库,或者在other linker flag 中添加$(inherited)。
本文介绍了解决使用MJExtension在创建模型字典时遇到的+[***Model mj_objectArrayWithKeyValuesArray:]错误的方法。通过在OtherLinkerflag中设置特定文件的链接库或添加$(inherited),使系统能够识别并调用正确的方法。
引MJExtension用数组字典创建模型字典时出现这种错误:+[***Model mj_objectArrayWithKeyValuesArray:]: unrecognized selector sent to class 0x10ace5df0 的解决方法:
解决办法:让系统找的到方法。通过Other Linker flag 设置添加某一个文件的链接库,或者在other linker flag 中添加$(inherited)。
795
2964

被折叠的 条评论
为什么被折叠?