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

The current deployment target does not support automated __weak references

时间:2014-07-21 23:29:20      阅读:321      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   使用   os   strong   

下载运行一个demo时出现“The current deployment target does not support automated __weak references”这个问题,找了下方法:

4.2以前版本的XCode都不支持ARC。

对操作系统也有要求:Mac OS X v10.6 或 v10.7 (64-bit applications), iOS4或iOS5。注意:其中Mac OS X v10.6和iOS4不支持weak references(弱引用,后面会说明什么是weak references)。

Xcode 4.2提供了一个名为“Convert to Objective-C Automatic Reference Counting”的工具,在Edit->Convert menu下,可以帮你自动将使用Manual Reference Counting的老代码转换成使用ARC的新代码(例如去掉对retain和release的调用)。

或者将系统的版本调高。project->info->ios Deployment Target 


由于Demo里用的是arc,只要更改Deployment Target的版本即可。

参考:http://www.xuebuyuan.com/2037668.html


The current deployment target does not support automated __weak references,布布扣,bubuko.com

The current deployment target does not support automated __weak references

标签:style   http   color   使用   os   strong   

原文地址:http://blog.csdn.net/quanqinyang/article/details/38023745

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