cordova-plugin-googleplus icon indicating copy to clipboard operation
cordova-plugin-googleplus copied to clipboard

Build fails on [email protected]

Open djdannycastillo opened this issue 3 years ago • 6 comments

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?

djdannycastillo avatar Feb 25 '21 19:02 djdannycastillo

Did you ever get this resolved?

DuaneQ avatar Apr 17 '21 20:04 DuaneQ

Same issue on my project 😒 . @djdannycastillo you haven't found a solution, have you?

bobbeli avatar Apr 26 '21 12:04 bobbeli

any idea how to solve this one?

NkuDeveloper avatar May 03 '21 11:05 NkuDeveloper

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.

grumpygary avatar Jun 18 '21 13:06 grumpygary

Anyone found a workaround? this is blocking my release 🤦

@EddyVerbruggen would appreciate a little help on this :(

Franco-Alejandro avatar Mar 01 '22 10:03 Franco-Alejandro

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

Franco-Alejandro avatar Mar 01 '22 11:03 Franco-Alejandro