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

时间:2023-03-09 17:22:41
xcode6 使用MJRefresh,Too many arguments to function call, expected 0, have *

转载自:  http://blog.****.net/wsjshx/article/details/40743291

将XCode升级到6后,报Too many arguments to function call, expected 0, have *,在XCode5.1里能编译通过的,到xcode6就报错

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

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

问了下度娘,

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