我有以下运行脚本,可以在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
但是,当我执行它时,出现以下错误。 (1次失败) oclint:没有指定足够的位置命令行参数!
oclint版本是OCLint版本0.13和Xcode 9.3.1