消息机制Too many arguments to function call错误

在学习runtime的消息机制时

使用 objc_msgSend(); 总是报错误  : Too many arguments to function call, expected 0, have 2

这样修改一下设置就可以了

Project -> Build Settings -> 搜索enable strict -> 将Enable Strict Checking of objc_msgSend Calls 设置为No

消息机制Too many arguments to function call错误_第1张图片

你可能感兴趣的:(消息机制,objc_msgSend)