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

 

 
 
posted @ 2017-03-17 17:08  small英  阅读(291)  评论(0编辑  收藏  举报