After (seemingly) successfully creating compile_commands.json with oclint-xcodebuild, oclint-json-compilation-database will not be able to correctly create a report of type pmd.
The command looks like this:
oclint-json-compilation-database -e Pods -v
It returns:
Skipping [Path to Directory with compile_commands.json]. Command line not found.
I am using oclint 0.7.
source
share