【iOS异常】 JSonKit does not support Objective-C Automatic Reference Counting(ARC)

前端之家收集整理的这篇文章主要介绍了【iOS异常】 JSonKit does not support Objective-C Automatic Reference Counting(ARC)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

iOS开发 JSonKit does not support Objective-C Automatic Reference Counting(ARC)


使用JSonKit遇到“JSonKit does not support Objective-C Automatic Reference Counting(ARC)”这种情况,可参照如下方法

点击项目根目录->targets->Build Phases->点击JSONKit.m文件->添加“-fno-objc-arc”字段,在运行就OK了。

原文链接:https://www.f2er.com/json/288564.html

猜你在找的Json相关文章