开发者

SourceMonitor-like tool to analyze iPhone / Objective-C Code

开发者 https://www.devze.com 2023-04-02 18:59 出处:网络
Is there a开发者_C百科ny tool like SourceMonitor to analyze Objective-C Source code?have you tried with iphone static analyzer?There is one built into Xcode 4. Try \"Product\" followed by \"Analyze\"

Is there a开发者_C百科ny tool like SourceMonitor to analyze Objective-C Source code?


have you tried with iphone static analyzer ?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消