I’m evaluating sonarsource and trying to analyze some Objective-C code. Specifically just one .m and .h file. When doing this I get:
ERROR: Property “sonar.cfamily.build-wrapper-output” was not specified.
The only way to get an accurate analysis of your C/C++/Objective-C project is by using the SonarSource build-wrapper and by setting this property.
If for any reason, the use of the build-wrapper is not possible on your project, you can bypass it with the help of the “sonar.cfamily.build-wrapper-output.bypass=true” property. By using that property, you’ll switch to an “at best” mode that could result in false-positives and false-negatives.