Implicitly declaring library function 'objc_msgSend' with type 'id (id, SEL, ...)'
1
Implicitly library function 'objc_msgSend' with type 'id(id, SEL, ...)' 1.include the header<objc/message.h> or explicitly provide a declaration for 'objc_msgSend'
解决办法:#import <objc/message.h>
问题二
1
Too many arguments to function call,expected 0,have 3.
解决办法:
1
Build Setting->App LLVM 6.1-Preprocessing->Enable Strict Checking of objc_msgSend Call 设置成No。
近期评论