-[__NSCFString JSONValue]: unrec
2017-07-06 本文已影响36人
40dd4b561abe
-[__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