码迷,mamicode.com
首页 > 其他好文 > 详细

libXml ARC forbids explicit message send of'release'

时间:2014-09-13 20:07:45      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:blog   http   使用   ar   for   sp   cti   log   c   

 

‘release‘ is unavailable: not available in automatic reference counting mode

 

 

ARC forbids explicit message send of‘release‘

‘release‘ is unavailable: not available inautomatic reference counting mode

 

解决办法:

打开当前工程,打开"Build Settings",找到Objective-C Automatic Reference Counting项,将它的值设置为NO。

再次编译,就消除了这个错误了。

后来我的做法是把release 去掉,使用ARC的特性。
Objective-C Automatic Reference Counting=YES时候,所有的引用计数均自动执行。这是LLM的新特性,当非ARC环境时,可选择用这个。

http://blog.sina.com.cn/s/blog_7b9d64af01019rqt.html

要分情况处理,要多学习。oc的内存处理机制。

 

libXml ARC forbids explicit message send of'release'

标签:blog   http   使用   ar   for   sp   cti   log   c   

原文地址:http://www.cnblogs.com/wcLT/p/3970171.html

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