问题描述: 使用JSONKit,如果遇到“JSONKit does not support Objective-C Automatic Reference Counting(ARC)”这种情况。 原因: JSONKit是MRC项目不能在ARC项目中直接编译通过。 解决方案: 点击项目根目录->targets->Build Phases->JSONKit.m->添加“-fno-objc-arc”字段,在运行就OK了。