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

[转]关于NSAutoreleasePool' is unavailable: not available in automatic reference counting mode的解决方法

时间:2014-08-28 21:07:26      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   art   cti   代码   log   on   

转载地址:http://blog.csdn.net/xbl1986/article/details/7216668

Xcode是Version 4.2 Build 4D151a

根据Objective-c 2.0程序设计上的旧版本的代码会发生NSAutoreleasePool‘ is unavailable: not available in automatic reference counting mode的错误

需要手动关闭工程中ARC

工程中 Build Settings--->Apple LLVM compiler 3.0 - Language--->Objective-C Automatic Reference Counting 把YES改为NO就可以了

然后就可以编译通过了

[转]关于NSAutoreleasePool' is unavailable: not available in automatic reference counting mode的解决方法

标签:blog   http   io   ar   art   cti   代码   log   on   

原文地址:http://www.cnblogs.com/csshaw/p/3942361.html

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