Scanner failing on Xcode 14.2

Using sonar-scanner-cli-4.8.0.2856. Receive the below error when trying to scan any source files. Is there a place I can submit my reproducer file to get help?

com.sonar.cpp.analyzer.Analyzer$AnalyzerException: Exit code != 0: /Users/build/jenkins/workspace/sonar-scan-ios-client/ios-dc/AppState/ACEPresentationController.m
	at com.sonar.cpp.analyzer.Subprocess.execute(Subprocess.java:132)
	at com.sonar.cpp.analyzer.Subprocess.execute(Subprocess.java:52)
	at com.sonar.cpp.plugin.CFamilySensor.lambda$process$8(CFamilySensor.java:724)
	at com.sonar.cpp.analyzer.AnalysisExecutor.lambda$submit$0(AnalysisExecutor.java:59)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

13:42:24.545 ERROR: 
An error occurred while analyzing the following compilation unit: 

Hey there.

What version of SonarQube are you using (it should be in the footer of your SonarQube instance).

  • Developer Edition
  • Version 8.9.1 (build 44547)

The first step would be upgrading to v9.9 LTS to see if the issue persists.

You may find the Upgrade Guide and the LTS to LTS release upgrade notes for 8.9 to 9.9 helpful. If you have questions about upgrading, feel free to open a new thread for that here.

If your error persists after upgrade, please come back to us.