cordova-plugin-googleplus
cordova-plugin-googleplus copied to clipboard
Build fails on [email protected]
Hello!
I'm using the plugin version 8.5.0 on [email protected] but it appears the next error
CompileC /Users/danny/Library/Developer/Xcode/DerivedData/XXX-ehsqdssmjoksssavnabsbqzwboqz/Build/Intermediates.noindex/XXX.build/Debug-iphonesimulator/XXX.build/Objects-normal/x86_64/GooglePlus.o /Users/danny/Mobile/xxx/platforms/ios/XXX/Plugins/cordova-plugin-googleplus/GooglePlus.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
I've tried downgrade the cordova version but it doesn't work with [email protected] or [email protected]
Can you help me?
Did you ever get this resolved?
Same issue on my project 😒 . @djdannycastillo you haven't found a solution, have you?
any idea how to solve this one?
I get the same error. In XCode, there are 3 errors related to GooglePlus, all "semantic issues" in GooglePlus.m.
1 - No visible @interface for 'GIDSignIn' declares the selector 'handleURL:' 2 - No visible @interface for 'GIDSignIn' declares the selector 'restorePreviousSignIn' 3 - Property 'presentingViewController' not found on object of type 'GIDSignIn *'
Note: I'm on using plugin version 8.5.2, XCode 12.5, Cordova 9, android 9.1 (works), ios 6.2 (fails compile on 6.x as well). On ios, pods have been updated.
Anyone found a workaround? this is blocking my release 🤦
@EddyVerbruggen would appreciate a little help on this :(
https://developers.google.com/identity/sign-in/ios/quick-migration-guide
maybe this will help someone, im trying to migrate it myself
So far found out one of my plugins (firebasex) uses the pod GoogleSignIn >6.x so this messes with the implementation here because it was never updated