Reputation: 3351
Is there any tool like SourceMonitor to analyze Objective-C Source code?
Upvotes: 1
Views: 494
Reputation: 581
There is one built into Xcode 4. Try "Product" followed by "Analyze" in the menu bar. I believe it uses the Clang Static Analyzer. You'll need to use additional tools if you require further code metrics.
Upvotes: 1