使用MJRefresh,Too many arguments to function call, expected 0, have *

用MJRefresh报Too many arguments to function call, expected 0, have *,

objc_msgSend(self.beginRefreshingTaget, self.beginRefreshingAction, self);

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

解决办法,

选中项目 - Project - Build Settings - ENABLE_STRICT_OBJC_MSGSEND 将其设置为 NO 即可


NABLE_STRICT_OBJC_MSGSEND应该是个消息发送机制

你可能感兴趣的:(使用MJRefresh,Too many arguments to function call, expected 0, have *)