首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Iphone >

error: 'release' is unavailable: not available in automatic reference

2012-12-31 
error: 'release' is unavailable: not available in automatic reference counting请问这是一

error: 'release' is unavailable: not available in automatic reference counting
请问这是一个什么错误

该怎么改正

谢谢
[解决办法]
项目使用了ARC,不用retian、release神马的都不用。编译器会自动添加。
具体的可以百度 ARC详解。

如果要关闭ARC,这个时候,可以将项目编译设置中的“Objectice-C Auto Reference Counteting”设为NO。如下所示。
error: 'release' is unavailable: not available in automatic reference counting,该怎么解决
[解决办法]

只要别用 ios4以上的类和方法

热点排行