0

I am running a Sonar script and and it has a "Slather Coverage" command in it, and it is erroring out with the following error message:

ERROR - Command 'slather coverage --binary-basename GC --input-format profdata -i .Tests. --cobertura-xml --output-directory sonar-reports --scheme GC GC.xcodeproj' failed with error code: 127

Anybody know what error code 127 is?

1 Answers1

0

You can try:

sudo gem install slather
Moritz Ringler
  • 9,772
  • 9
  • 21
  • 34