JSONKit does not support Objective-C Automatic Reference Counting(ARC) / ARC forbids Objective-C objects in struct

 

当我们在使用JSONKit处理数据时,直接将文件拉进项目往往会报这两个错“JSONKit   does not support Objective-C Automatic Reference Counting(ARC)”,“ARC forbids Objective-C objects in struct”,这是由于JSONKit库未更新,不支持ARC机制。我们可以参照如下步骤解决:

 

 

posted @ 2016-06-27 15:15  一路脚印走下去  阅读(865)  评论(0编辑  收藏  举报