oclint

oclint: error: no rule loaded

和自甴很熟 提交于 2019-12-11 10:16:40
问题 I am trying to get the list of warnings,errors,syntax coding convention and cyclomatic complexity from command line. I found that oclint can be used for my purpose. but then I ran into a problem What I tried to do. xcodebuild -project testing.xcodeproj -target "testing" -configuration "Debug" -destination "platform=iOS Simulator,name=iPad" -sdk "iphonesimulator7.0" -IDEBuildOperationMaxNumberOfConcurrentCompileTasks=8 clean xcodebuild -project testing.xcodeproj -target "testing"

why error “accessing build database disk I/O error”?

故事扮演 提交于 2019-12-10 23:36:58
问题 When I use Xcode10.2.1 run Oclint target,there is a error as below: Build system information :-1: error: accessing build database "/Users/ /Library/Developer/Xcode/DerivedData/ -axffsqylozkazhaxuzxqhztnaywu/Build/Intermediates.noindex/XCBuildData/build.db": disk I/O error 来源: https://stackoverflow.com/questions/57000053/why-error-accessing-build-database-disk-i-o-error

OCLint not in system path

点点圈 提交于 2019-12-02 03:16:04
问题 I have an Xcode project. I tried to integrate OcLint in it. But it says there is no OCLint.How can I download and add OCLint to my system path so that I can integrate OCLint in my xcode project. EDIT: When I have a partof OCLint script as hash oclint &> /dev/null if [ $? -eq 1 ]; then echo >&2 "oclint not found, analyzing stopped" exit 1 fi It gives oclint not found, analyzing stopped . Please give me a solution for this. 回答1: You can download oclint from : http://archives.oclint.org/nightly

OCLint not in system path

房东的猫 提交于 2019-12-02 00:04:58
I have an Xcode project. I tried to integrate OcLint in it. But it says there is no OCLint.How can I download and add OCLint to my system path so that I can integrate OCLint in my xcode project. EDIT: When I have a partof OCLint script as hash oclint &> /dev/null if [ $? -eq 1 ]; then echo >&2 "oclint not found, analyzing stopped" exit 1 fi It gives oclint not found, analyzing stopped . Please give me a solution for this. You can download oclint from : http://archives.oclint.org/nightly/oclint-0.9.dev.02251e4-x86_64-darwin-14.0.0.tar.gz To integarte into your xcode project u could use this