您的位置:首页 > Web前端

错误:'release' is unavailable: not available in automatic reference counting mode..(Xcode4.2.1+iOS5.0)

2011-12-28 11:03 477 查看
Xcode4.2.1+iOS5.0下面编译出现错误:

'release' is unavailable: not available in automatic reference counting mode..

解决办法:

You need to turn off Automatic
Reference Counting. You do this by clicking on your project in the navigator (the top item in the finder-like thing on the left), then click on your target, select "Build Settings" and turn off the option "Objective-C Automatic Reference Counting" (you
can use the search field on the upper right to search it).
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐