从昨天开始,我正在尝试让OCLint与我的iOS项目协同工作。
到目前为止,我所做的是遵循这些instructions安装OCLint,然后遵循这些other instructions在Xcode中使用它。问题是,当我尝试构建OCLint聚合目标时,构建过程永远不会结束(我在停止它之前已经等待了30分钟)。是否有人遇到了同样的问题?我使用的OCLint版本是oclint-0.9.dev.3f9355e
发布于 2014-08-28 13:56:14
在终端上试用
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-databasehttps://stackoverflow.com/questions/21426809
复制相似问题