MobiVM / robovm-robopods

55 stars 37 forks source link

Google Play Game Services RoboVM integration fails (GPGManager signIn:didSignInForUser:withError:]:[main] FAILED LOGGING INTO GOOGLE PLUS GAMES Error Domain=com.google.GIDSignIn) #13

Closed julienvillegas closed 7 years ago

julienvillegas commented 7 years ago

I have created a sample application using MobiDevelope's Robopod to ilustrate the GPGS integration to help the community.

However at this points it fails. I believe that some of the dependency the robopods relies upon are now obsolete.

objc[36671]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x10fdca998) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x10fbec880). One of the two will be used. Which one is undefined.
2016-12-14 00:10:12.095 IOSLauncher[36671:1956480] [debug] IOSApplication: iOS version: 10.2
2016-12-14 00:10:12.096 IOSLauncher[36671:1956480] [debug] IOSApplication: Running in 64-bit mode
2016-12-14 00:10:12.098 IOSLauncher[36671:1956480] [debug] IOSApplication: scale: 3.0
2016-12-14 00:10:12.107 IOSLauncher[36671:1956480] [debug] IOSApplication: Status bar is not visible
2016-12-14 00:10:12.107 IOSLauncher[36671:1956480] [debug] IOSApplication: Total computed bounds are w=1242.0 h=2208.0
2016-12-14 00:10:12.148 IOSLauncher[36671:1956480] [debug] IOSGraphics: Display: ppi=264, density=1.65
2016-12-14 00:10:12.380 IOSLauncher[36671:1956480] [debug] IOSApplication: created
2016-12-14 00:10:12.386 IOSLauncher[36671:1956480] Attempted to configure [Identity, Analytics, AdMob, SignIn, AppInvite, CloudMessaging].
2016-12-14 00:10:12.387 IOSLauncher[36671:1956480] Successfully configured [].
2016-12-14 00:10:12.387 IOSLauncher[36671:1956480] Failed to configure [].
2016-12-14 00:10:12.387 IOSLauncher[36671:1956480] Subspecs not present, so not configured [Identity, Analytics, AdMob, SignIn, AppInvite, CloudMessaging].
2016-12-14 00:10:12.399 IOSLauncher[36671:1956480] [debug] IOSApplication: resumed
2016-12-14 00:10:12.400 IOSLauncher[36671:1956480] [debug] IOSApplication: Status bar is not visible
2016-12-14 00:10:12.400 IOSLauncher[36671:1956480] [debug] IOSApplication: Total computed bounds are w=1242.0 h=2208.0
2016-12-14 00:10:12.401 IOSLauncher[36671:1956480] [debug] IOSApplication: Status bar is not visible
2016-12-14 00:10:12.401 IOSLauncher[36671:1956480] [debug] IOSApplication: Total computed bounds are w=1242.0 h=2208.0
2016-12-14 00:10:12.420 IOSLauncher[36671:1956480] [info] ActionResolverIOS:signIn: Starting SignIn
2016-12-14 00:10:12.422 IOSLauncher[36671:1956480] [info] ActionResolverIOS:signIn: End SignIn
2016-12-14 00:10:13.148 IOSLauncher[36671:1956480] A new version of the Google Sign-In iOS SDK is available: https://developers.google.com/identity/sign-in/ios/release
2016-12-14 00:10:13.168 IOSLauncher[36671:1956480] [info] ActionResolverIOS:signIn: willDispatch
2016-12-14 00:10:13.170 IOSLauncher[36671:1956480] [info] ActionResolverIOS:signIn: didFinishGoogleAuth
2016-12-14 00:10:13.226 [Core] (Error) -[GPGManager signIn:didSignInForUser:withError:]:[main] FAILED LOGGING INTO GOOGLE PLUS GAMES Error Domain=com.google.GIDSignIn Code=-2 "keychain error" UserInfo={NSLocalizedDescription=keychain error}