作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
在项目所在的文件夹中运行以下命令:
$ xcodebuild -target MyCocoaFramework -configuration Debug -scheme MyCocoaFramework clean build | tee xcodebuild.log
$ oclint-xcodebuild
$ oclint-json-compilation-database
$
什么都不显示。这种方法适用于 Cocoa 应用程序。
$ xcodebuild -target MyCocoaApplication -configuration Debug -scheme MyCocoaApplication clean build | tee xcodebuild.log
$ oclint-xcodebuild
$ oclint-json-compilation-database
/a/b/c/d.m:181:5: redundant local variable P3
/a/b/c/d/e.m:193:5: redundant local variable P3
/a/b/c/d.m:104:1: long line P3 Line with 112 characters exceeds limit of 100
应该更改什么以适用于 Cocoa Framework?
最佳答案
OCLint 不支持 arm64 架构:https://github.com/oclint/oclint/issues/190
如果您的代码针对 iOS 7,那么 OCLint 可能会无提示地失败。
关于objective-c - 如何将 OCLint 用于 Cocoa 框架?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32892142/
我是一名优秀的程序员,十分优秀!