欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

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

程序员文章站 2023-08-24 09:37:09
ios开发 jsonkit does not support objective-c automatic reference counting(arc) 使用jsonkit遇到“json...

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了。