标签:ios weak references
1、报错The current deployment target does not support automated __weak references
这个错误是说支持的iOS版本比较低不支持weak关键字,要将其换成 unsafe_unretained 问题就解决了。
iOS ARC使用时注意事项以及报错解决方法
原文地址:http://blog.csdn.net/qqmcy/article/details/24643931