Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从昨天开始,我试图让 OCLint 与我的 iOS 项目一起工作。
到目前为止,我所做的是按照这些说明安装 OCLint,然后我按照这些其他说明在 Xcode 中使用它。问题是当我尝试构建 OCLint 聚合目标时,构建过程永远不会结束(我已经等了 30 分钟才停止它)。有人遇到同样的问题吗?我使用的 OCLint 版本是oclint-0.9.dev.3f9355e
在终端上试试这个
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