今天在工程中导入MJRefresh后进行编译 报错 提示 Cannot synthesize weak property in file using manual reference counting
后来查了查资料 只需要在Build Settings中 将
设置为YES 即可解决
本文介绍了解决在使用MJRefresh时遇到的“Cannotsynthesizeweakpropertyinfileusingmanualreferencecounting”编译错误的方法。只需在项目的BuildSettings中将相应设置改为YES即可。
今天在工程中导入MJRefresh后进行编译 报错 提示 Cannot synthesize weak property in file using manual reference counting
后来查了查资料 只需要在Build Settings中 将
设置为YES 即可解决
2530

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