2021-08-06

作者: 1234567乱码 | 来源:发表于2021-08-06 10:09 被阅读0次

oclint检查的感觉更多是代码规范方面的内容,对逻辑问题的检查比较弱

所以又引入了facebook的Infer

安装

brew install infer

使用

cd 到你的工程目录

扫描

infer -- xcodebuild -target 你的target名称 -configuration Debug -sdk iphonesimulator

不太好查看,转成html格式的

infer explore --html


相关文章

网友评论

    本文标题:2021-08-06

    本文链接:https://www.haomeiwen.com/subject/lssbvltx.html