Error in tutorial instructions for C++, macos

I just noticed there’s a mistake in the commands in the tutorial instructions.
I selected C++, macos.

In Section 3 (“Configure Analysis”) under point 3, the build command is stated as:

/build-wrapper-macos-x86/build-wrapper-macos-x86 --out-dir bw-output <your build command here>

it’s missing the x in macosx – the .zip file is unpacked to the directory build-wrapper-macosx-x86/

Maybe this is already fixed in recent versions.

I’m using:

  • Developer Edition
  • Version 9.9 (build 65466)
1 Like

Hey there.

Thanks for the report. Can you tell me which analysis method you selected? By that I mean, which of these?

Ah yes, forgot to mention that, sorry.
Azure Pipelines (code is in Git Repo)

Thanks!

You’re right, it’s still this way in SonarQube v9.9.4 but has already been fixed in the latest versions of the v10.x series (10.4 and 10.5, at least).

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.