码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2016-06-27 17:20:51      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

 

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

 

技术分享

 

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

标签:

原文地址:http://www.cnblogs.com/linzhengbo/p/5620256.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!