Getting error while trying to analyze .h files of objC project

I am getting below error message while trying to analyse .h files [header files] for ObjC iOS projects. I am using below SonarQube configuration.

SonarQube Enterprise Edition Version 8.6.1 (build 40680)
build-wrapper, version 6.15 (macosx-x86)
SonarQube Scanner 3.0.3.778 (macosx-x86)
Language: Objective-C
CFamily plugin version: 6.15.1.26715
Ran analysis manually using macosx and also from Jenkins pipeline

ERROR: Error during SonarScanner execution
java.lang.IllegalStateException: The “build-wrapper-dump.json” file was found but 0 C/C++/Objective-C files were analyzed. Please make sure that:

you are using the latest version of the build-wrapper and the CFamily analyzer
you are correctly invoking the scanner with correct configuration
your compiler is supported
you are wrapping your build correctly
you are wrapping a full/clean build
you are providing the path to the correct build-wrapper output directory
you are building and analyzing the same source checkout, absolute paths must be ident
The interesting part is this same configuration was working during the trial license and stopped working after purchase.

I have attached sonar scanning logs with this. I do not replicate same error while I try to analyse .m files but this issue ONLY happens with .h files. FYI, while compiling the code using build-wrapper, I could not see any entries of .h files in build-wrapper-dump.json file.

sonar_scanning_logs.txt (55.8 KB)

Please assist.

I am getting below error message while trying to analyse .h files [header files] for ObjC iOS projects. I am using below SonarQube configuration.

SonarQube Enterprise Edition Version 8.6.1 (build 40680)
build-wrapper, version 6.15 (macosx-x86)
SonarQube Scanner 3.0.3.778 (macosx-x86)
Language: Objective-C
CFamily plugin version: 6.15.1.26715
Ran analysis manually using macosx and also from Jenkins pipeline

ERROR: Error during SonarScanner execution
java.lang.IllegalStateException: The “build-wrapper-dump.json” file was found but 0 C/C++/Objective-C files were analyzed. Please make sure that:

you are using the latest version of the build-wrapper and the CFamily analyzer
you are correctly invoking the scanner with correct configuration
your compiler is supported
you are wrapping your build correctly
you are wrapping a full/clean build
you are providing the path to the correct build-wrapper output directory
you are building and analyzing the same source checkout, absolute paths must be ident
The interesting part is this same configuration was working during the trial license and stopped working after purchase.

sonar_scanning_logs.txt (55.8 KB)

I have attached sonar scanning logs with this. I do not replicate same error while I try to analyse .m files but this issue ONLY happens with .h files. FYI, while compiling the code using build-wrapper, I could not see any entries of .h files in build-wrapper-dump.json file.

Please assist.

Can someone assist with this?