今天在工程中导入MJRefresh后进行编译 报错 提示 Cannot synthesize weak property in file using manual reference counting
后来查了查资料 只需要在Build Settings中 将
设置为YES 即可解决
本文介绍了解决在使用MJRefresh时遇到的“Cannotsynthesizeweakpropertyinfileusingmanualreferencecounting”编译错误的方法。通过调整Xcode项目的BuildSettings设置,将Objective-C属性合成选项设为YES,成功解决了该问题。
今天在工程中导入MJRefresh后进行编译 报错 提示 Cannot synthesize weak property in file using manual reference counting
后来查了查资料 只需要在Build Settings中 将
设置为YES 即可解决
2525

被折叠的 条评论
为什么被折叠?