EddyVerbruggen / cordova-plugin-googleplus

:heavy_plus_sign: Cordova plugin to login with Google Sign-In on iOS and Android
567 stars 629 forks source link

Keychain error #315

Open valgen opened 7 years ago

valgen commented 7 years ago

Hi everyone,

I'm testing this plugin via a Visual Studio 2015 Cordova project connected to a Mac iOS 10 and iPhone 6 Simulator (remotebuild).

I keep getting the following Javascript error: keychain error

I'm using this version: <plugin name="cordova-plugin-googleplus" version="5.1.1">

Could you please tell me what should I do to make this working?

junit38 commented 7 years ago

Hi I put an answer in the #313 that may help you.

ghost commented 7 years ago

i have this issue too!

I remove and install plugin, but the version 5.1.1 not solve my problem. Log of instalation: ` Fetching plugin "cordova-plugin-googleplus" via npm Installing "cordova-plugin-googleplus" for android ANDROID_HOME=/Users/tiago/android-sdk JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_111.jdk/Contents/Home Subproject Path: CordovaLib Incremental java compilation is an incubating feature. :clean :CordovaLib:clean

BUILD SUCCESSFUL

Total time: 2.198 secs Subproject Path: CordovaLib Installing "cordova-plugin-googleplus" for ios Google Sign-In prerequisites START Running hook to add iOS Keychain Sharing entitlements (required since iOS 10) File exists, not doing anything: /Users/tiago/Documents/pet-app-cliente/platforms/ios/TestProject/Resources/TestProject.entitlements Saved plugin info for "cordova-plugin-googleplus" to config.xml Running command: /Users/tiago/Documents/testProject/hooks/after_plugin_add/010_register_plugin.js /Users/tiago/Documents/testProject

`