I have the following Run Script , available at http://oclint-docs.readthedocs.io/en/stable/guide/xcode.html
source ~/.bash_profile
cd ${SRCROOT}
xcodebuild clean
xcodebuild | xcpretty -r json-compilation-database --output compile_commands.json
oclint-json-compilation-database -- -report-type xcode
But, when I execute it, I receive the following error. (1 failure) oclint: Not enough positional command line arguments specified!
oclint version is OCLint version 0.13 and Xcode 9.3.1