【iOS异常】 JSonKit does not support Objective-C Automatic Reference Counting(ARC)
程序员文章站
2022-05-27 08:22:04
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了。