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

iOS-Bug: ARC forbids Objective-C object in struct

时间:2014-12-18 15:18:21      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   io   color   os   使用   sp   

ARC工程中用到非ARC库,其中有头文件定义struct中使用的Object *o1,类似的对象指针。

编译会报错:ARC forbids Objective-C object in struct

修正:

在前加上 __unsafe_unretained


PS: 类似文章

iOS-Bug: ARC forbids Objective-C object in struct

标签:style   blog   http   ar   io   color   os   使用   sp   

原文地址:http://blog.csdn.net/ouyangtianhan/article/details/42004741

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