在(看似)使用oclint-xcodebuild成功生成compile_commands.json之后,oclint-json-compilation-database无法正确创建pmd样式的报告。

该命令如下所示:

oclint-json-compilation-database -e Pods -v -- -report-type=pmd -o=oclint.xml -debug

它返回:
Skipping [Path to Directory with compile_commands.json]. Command line not found.

我正在使用oclint 0.7。

最佳答案

使用最新的dev 0.8或0.9

对我来说,它更正了错误。

Sonar Plugin for Objective C中看到,前提条件,第4点。

10-05 17:54