Sonar Cloud scan for iOS app using Azure DevOps pipeline

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

Hello @Amol_Deshpande ,

Welcome to the community, and sorry for the late reply.

Since you are analyzing Swift code you don’t need the build-wrapper (although one is available for MacOS in any case). You can find the SonarCloud documentation for Azure DevOps here. There is a section called Analyzing other project types that should be what you are looking for.

Please let me know if you have any other questions.