iOS ARC注释和错误的解决方法在使用
1、一个错误The current deployment target does not support automated __weak references
这个错误被所述支持iOS版本号不支持相对低的weakkeyword,要替换 unsafe_unretained 问题得以克服。
版权声明:本文博主原创文章,博客,未经同意不得转载。
1、一个错误The current deployment target does not support automated __weak references
这个错误被所述支持iOS版本号不支持相对低的weakkeyword,要替换 unsafe_unretained 问题得以克服。
版权声明:本文博主原创文章,博客,未经同意不得转载。