美文网首页
-[__NSCFString JSONValue]: unrec

-[__NSCFString JSONValue]: unrec

作者: 40dd4b561abe | 来源:发表于2017-07-06 16:45 被阅读36次
-[__NSCFString JSONValue]: unrecognized selector sent to instance 0x600000232680'

libc++abi.dylib: terminating with uncaught exception of type NSException

此时的解决方法是

设置工程B的Build Setting中找到

Other Linker Flags

添加2个相关的编译条件:

-ObjC //有时候只添加这个也可以

-all_load

相关文章

网友评论

      本文标题:-[__NSCFString JSONValue]: unrec

      本文链接:https://www.haomeiwen.com/subject/fqahhxtx.html