Wednesday 15 July 2015

objective c - Clang Static Code Analyzer Output Format for Xcode project -


I am trying to run Inbuilt Xcode Clang static analyzer on ObjectiveCProject. I want to know that the OBJE-Analyzer output is possible to convert to another format, which can consume the sonar plugin. Since there is no sonar plugin yet for full features.

This is the command you can use to run the rings for the iOS application:

  scanned-build-o static_analyzer_results xcodebuild -configuration debug-sdk iFhomaciliter   

This creates html reports in the static_analyzer directory. Check it for reference:

Not sure that you can feed them in sonar but they are well formatted.

No comments:

Post a Comment