You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#When trying to get Google login working with capacitor I am getting this error:
GooglePlus* gp = (GooglePlus*) [self.viewController pluginObjects][@"GooglePlus"]; No visible @interface for 'CDVViewController' declares the selector 'pluginObjects'
Google plus login works great with firebase within the browser, however after installing cordova google plus package, the app becomes unbuildable with the error above.
Seems to be capacitor causing the issue.
I have added the instructed info to the info.plist - any ideas?
The text was updated successfully, but these errors were encountered:
I've sent a PR with a "fix".
Note that it's quoted because it only allows the project to build, but wherever a plugin uses it, it won't work.
Gladly cordova-plugin-googleplus removed that code in version 6.0.0
#When trying to get Google login working with capacitor I am getting this error:
GooglePlus* gp = (GooglePlus*) [self.viewController pluginObjects][@"GooglePlus"]; No visible @interface for 'CDVViewController' declares the selector 'pluginObjects'
Google plus login works great with firebase within the browser, however after installing cordova google plus package, the app becomes unbuildable with the error above.
Seems to be capacitor causing the issue.
I have added the instructed info to the info.plist - any ideas?
The text was updated successfully, but these errors were encountered: