原文地址:http://blog.csdn.net/crazyzhang1990/article/details/51031214
今天在编译项目的时候突然报了3个错,错误内容如下:
Cannot create __weak reference in file using manual refrence counting.
解决方法:
点击工程启动文件 - TARGETS -Build Settings - 在下方搜索框搜索weak - 在Apple LLVM 7.1 - Language - Objective C选项下边 - 把Weak Reference in Manual Retain Release选项改成YES即可。