Ti.GoogleSignIn icon indicating copy to clipboard operation
Ti.GoogleSignIn copied to clipboard

Exception with Appcelerator SDK 9.0.1GA

Open ikruze opened this issue 5 years ago • 12 comments

When trying to build up a view there is an exception when importing the module in my js code: var Google=require("ti.googlesignin");

Uncaught Error: Failed resolution of: Lcom/google/android/gms/auth/api/Auth;

After I debugged it, I found that the exception is occuring at GooglesigninModule.java on line 111

This start occuring after upgrading to Apcelerator SDK 9.0.1GA, and Firebase Core 6.0.0 from hansemannn (https://github.com/hansemannn/titanium-firebase-core)

ikruze avatar May 01 '20 23:05 ikruze