Hi there,
I have been facing this issue since moving to sonarcloud. I am trying to analyze objective C code and the build-wrapper-dump.json cannot be find. The report is not being generated due to this error and thus not getting uploaded to sonarcloud. I am using TravisCI for build, stating sonarqube as addon:
addons:
sonarcloud:
sonarqube: true
organization: “…”
The travis is installing buildwrapper and everything. Also , this error only happens when I set suffixes as sonar.cfamily.obj.suffixes=.h,.m but when I remove them the error is gone.
Please help me out here.