首页 > 代码库 > libXml ARC forbids explicit message send of'release'
libXml ARC forbids explicit message send of'release'
‘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'
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。