Hi
Our team is working on iOS app using Swift. We would like to integrate sonar cloud scan in the Azure DevOps build pipeline that runs on MacOS agent.
Is there a recommended documentation available to create the pipeline tasks for sonar cloud scan?
The best I could find was this instruction link for C/C++/Objective-C
https://docs.sonarqube.org/7.9/analysis/scan/sonarscanner-for-azure-devops/
But this mentions running an executable build-wrapper-win-x86-64.exe, which I can’t do because of the MacOS
What’s the recommended approach here?
Cheers,
Amol