OCLint和xcode项目

时间:2014-01-29 09:23:13

标签: ios xcode oclint

从昨天起我正试图让OCLint与我的iOS项目一起工作。

我到目前为止所做的是按照这些instructions安装OCLint,然后我按照这些other instructions在Xcode中使用它。问题是当我尝试构建OCLint聚合目标时,构建过程永远不会结束(我在停止之前等了30分钟)。是否有人遇到同样的问题?我正在使用的OCLint版本是oclint-0.9.dev.3f9355e

1 个答案:

答案 0 :(得分:2)

在终端上试试

xctool -workspace xx.xcworkspace -scheme xx -reporter json-compilation-database:compile_commands.json clean

xctool -workspace xx.xcworkspace -scheme xx -reporter json-compilation-database:compile_commands.json build

oclint-json-compilation-database