I've got a call like this [Class method] and a warning saying that Class may not respond to "method" message.
The "method" message does not indeed exist but my code use unknown message catching (using forwardingTargetForSelector) so it will run fine and it is build to run that way. How can I hide this annoying warning ?