Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Build Error - GoogleSignIn, which may conflict with another plugin #3

Open
codesundar opened this issue Aug 31, 2021 · 1 comment

Comments

@codesundar
Copy link
Contributor

Error happening while building ios app.

Screenshot 2021-08-31 at 1 13 36 PM

@codesundar
Copy link
Contributor Author

This error is happening due to 2 plugins, cordova-plugin-googleplus & cordova-plugin-firebasex

Solution 1:

ionic cordova platform rm ios
ionic cordova plugin rm cordova-plugin-googleplus

If you're seeing any error while removing google-plus plugin, you can go to project/plugins & delete cordova-plugin-googleplus plugin folder manually

Then add plugin manually using this command

ionic cordova plugin add https://github.com/EddyVerbruggen/cordova-plugin-googleplus --save --variable REVERSED_CLIENT_ID=myreversedclientid  --variable WEB_APPLICATION_CLIENT_ID=mywebapplicationclientid

ionic cordova platform add ios

Then build your app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant