在(看似)使用 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。