美文网首页
Too many arguments to function c

Too many arguments to function c

作者: PZcoder | 来源:发表于2017-03-30 10:16 被阅读227次

Too many arguments to function call,expected 0,have 3

Xcode 8 报错
使用MJRefresh报错:Too many arguments to function call,expected 0,have 3

解决方法:Xcode 8 选中项目-Project-Build Setting- Enable Strict Checking of objc_msgSend Calls 修改为NO即可,亲测有效。

Xcode 其他版本关键字可能与此不同,错误相同可以找类似关键字试一试。

相关文章

网友评论

      本文标题:Too many arguments to function c

      本文链接:https://www.haomeiwen.com/subject/lpyuottx.html