No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin On Mac

Umesh Suryawanshi picture Umesh Suryawanshi · Mar 16, 2019 · Viewed 13.9k times · Source

Below error while gradle sync Failed in Mac.

CONFIGURE FAILED in 3s
ERROR: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask() is applicable for argument types: (java.lang.String) values: [Debug]

Project works fine in Windows

Answer

TAKUYA KONDO picture TAKUYA KONDO · Mar 16, 2019

There seems to be a problem with the version "1.28.0" of "io.fabric.tools:gradle".

I corresponded as follows

classpath 'io.fabric.tools:gradle:1.+'

Change to the following code

classpath 'io.fabric.tools:gradle:1.27.1'

I hope the fabric team will respond