objc_msgSend报错"Too many arg
2016-11-30 本文已影响24人
汗青fullstack
解决方法
Build Setting--> Apple LLVM 8.0 - Preprocessing--> Enable Strict Checking of objc_msgSend Calls 改为 NO
文档说明
ENABLE_STRICT_OBJC_MSGSEND:Controls whether objc_msgSend calls must be cast to the appropriate function pointer type before being called.