Objective-C static analysis tools -- plugin to Xcode?

Posted by DevDevDev on Stack Overflow See other posts from Stack Overflow or by DevDevDev
Published on 2010-04-15T20:25:44Z Indexed on 2010/04/15 20:53 UTC
Read the original article Hit count: 797

Filed under:
|
|

Are there any tools out there for Objective-C / xCode? Something that can do one or more of the following:

  • Detect unused imports
  • Auto-synthesize properties
  • Autogenerate dealloc method from retained properties
  • Provide method stubs for interface

© Stack Overflow or respective owner

Related posts about xcode

Related posts about objective-c