oclint-json-compilation-database无限循环

时间:2015-12-17 01:24:59

标签: ios xcode oclint

我正在将XCLint工具集成到Xcode项目中进行静态分析,但我在OCLint工具中得到的似乎是一个错误。我正在使用OCLint 0.8.1这就是我所做的:

  1. 构建我的项目
  2. $ xcodebuild -workspace "Reduced.xcworkspace" -scheme "Reduced" \ clean build > xcodebuild.log

    (正确生成24.6 MB的xcodebuild.log)

    1. 生成compile_commands.json
    2. $ oclint-xcodebuild

      (正确生成18.7 MB的compile_commands.json)

      1. 分析compile_commands.json
      2. $ oclint-json-compilation-database

        这最后一个命令开始使用模式发送输出不间断:

        生成了27个错误。 生成1个错误。 生成1个错误。 产生了2个错误。 产生了2个错误。 产生了2个错误。 产生了4个错误。 产生了2个错误。 产生了11个错误。 产生了2个错误。 产生了2个错误。 产生了4个错误。 产生了2个错误。 生成1个错误。 产生了2个错误。 产生了5个错误。

        生成了27个错误。 生成1个错误。 生成1个错误。 产生了2个错误。 产生了2个错误。 产生了2个错误。 产生了4个错误。 产生了2个错误。 产生了11个错误。 产生了2个错误。 产生了2个错误。 产生了4个错误。 产生了2个错误。 生成1个错误。 产生了2个错误。 产生了5个错误。

        生成了27个错误。 生成1个错误。 生成1个错误。 产生了2个错误。 产生了2个错误。 产生了2个错误。 产生了4个错误。 产生了2个错误。 产生了11个错误。 产生了2个错误。 产生了2个错误。 产生了4个错误。 产生了2个错误。 生成1个错误。 产生了2个错误。 产生了5个错误。

        提前致谢

1 个答案:

答案 0 :(得分:0)

升级到最新的OCLint(0.10.2)为我解决了这个问题。

brew upgrade oclint