AppCode is great utility for refactoring and review code. Last time I use Code Inspector in menu: 'Code -> Code Inspect...'
, but this code inspector have some troubles.
General trouble, when code inspector found trouble with 'Unused statement'
with .h file. For example, I have MyClass.h and MyClass.m files. And in MyClass.m AppCode finding Unused statement who is MyClass.h file.
So, how to remove this warning from code inspector? And why I get this warnings? from what?
Thanks.