Cannot create __weak reference in file using manual reference counting

Xcode更新到7.3后会出现NSObject+MJProperty.h报Cannot create __weak reference in file using manual reference counting错误信息。

解决的办法:在Build Settings--------->Aplle LLVM7.1 - Language - Objectibe-C------------->Weak Reference In Manual Retain Release设置为YES。
原文地址:https://www.cnblogs.com/blfbuaa/p/7244178.html