iOS project: Static/Dynamic code analysis and call graphs

旧街凉风 提交于 2019-12-10 17:01:27

问题


I am looking for some handy code analysis tools for iOS projects, esp. to do static analysis, dynamic analysis and generate call graphs. In my investigation so far, I found

  • Dtrace as explained here and here

  • Clang as explained here

  • Doxygen as explained here

Are there any other open source tools available for my case that I miss? Also has anyone tried any of the above ones successfully for objective-c iOS projects?

Thanks


回答1:


Are you not satisfied yet with the built-in XCode analyzer (Product > Analyze)?

The primary author of LLVM project and Clang now works at Apple as the Director of Developer Tools Department. He's primarily responsible in embedding Clang to XCode.

So, I believe the analyzer within XCode already an excellent tool that you need to do analysis on your iOS project.



来源:https://stackoverflow.com/questions/24495085/ios-project-static-dynamic-code-analysis-and-call-graphs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!