Backelite / sonar-objective-c

Sonar Plugin for Objective-C
197 stars 76 forks source link

You must install a plugin that supports the language 'objectivec' #16

Open Darcygsc opened 7 years ago

Darcygsc commented 7 years ago

ERROR: Error during SonarQube Scanner execution ERROR: You must install a plugin that supports the language 'objectivec'

zippy1978 commented 7 years ago

Hi @loveace,

It seems your plugin is not properly installed.

Did you put the .jar in the extensions/plugins directory of your SonarQube install ?

Which version of SonarQube do you use ?

gretzki commented 7 years ago

The plugin is configured for the language key 'objc' not 'objectivec'. The parameters are all sonar.objectivec.* though.

See also https://github.com/Backelite/sonar-objective-c/issues/15

qin-young commented 6 years ago

change the sonar.propertites file sourceLanguage from objectivec to objc is ok