I am using Sonarqube 9.1.
My Sample project name is SonarDemoObjC in ObjectiveC in Mac.
I am using IDE Xcode 13.
I am unable to scan my Objective C project.
I am using Trail version of Developer Edition 9.1 & my trial period is getting over in next 2 days.
Need some help.
-
After opened project root directory
-
export PATH=$PATH:/Applications/SonarScanner/bin
-
build-wrapper-macosx-x86 --out-dir build_wrapper_output_directory xcodebuild clean build
-
sonar-scanner -X -Dsonar.login= 16020f947f5197a4b5313be2e707f870103a1742
-
My project(SonarDemoObjC) path Is Desktop
-
SonarScanner is in Application.
-
The build-wrapper-macosx-x86 folder I have tried inside sonarscanner folder and inside my project root directory aswell but both giving me a same issue.
We are getting the issue “java.lang.IllegalStateException: The “build-wrapper-dump.json” file was found empty.”
Here I have attached for both terminal logs and wrapper logs and sample project as build-wrapper.log (3.3 KB)
build-wrapper-dump.json (518 Bytes)
well
detailLogs.txt (262.9 KB)