I am unable to scan the code for multiple modules using sonarscanner

I am using sonar-scanner Action to scan my iOS project modules like Arch,Appcore,Uikit here it is scanning only arch modules but not appcore and uikit
I have tried below multiple ways by configured in sonar-project.properties file but no luck could you please anyone help on this ? and here there is no Maven and gradle files we are using sonar-project.properties file. the sonar sources are updating like this below.

sonar.sources=Arch/Arch,AppCore/McDAppCore/McDAppCore,AppCore/McDAppCore/Frameworks/submodule_McDUIKit/McDUIKit/McDUIKit/
sonar.sources=.
sonar.modules=Arch/Arch/,AppCore/McDAppCore/McDAppCore/,AppCore/McDAppCore/Frameworks/submodule_McDUIKit/McDUIKit/McDUIKit

A post was merged into an existing topic: I am unable to scan the code for multiple modules using fastlane