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

Cannot able to build in ios #1

Open
balaji-subramaniyam opened this issue Sep 15, 2021 · 5 comments
Open

Cannot able to build in ios #1

balaji-subramaniyam opened this issue Sep 15, 2021 · 5 comments

Comments

@balaji-subramaniyam
Copy link

balaji-subramaniyam commented Sep 15, 2021

Hi @Darrow8, Good to see you. I just pull the capacitor-firebase-auth example what you have provided in this repository.
I have facing the issue while building for ios.
The issue which replicates in Xcode while building is Swift Compiler Error.
I just me attached my Error image below.
Screenshot 2021-09-15 at 1 01 48 PM

Did you face any error like this while you build for ios?

If you faced how did you solved this error?

Thanks in advance :)

@Darrow8
Copy link
Owner

Darrow8 commented Sep 15, 2021

Hey @balaji-subramaniyam! It seems as though you have issues with GID sign in, which would be an imported module. I'd recommend going into the ionic project (not Xcode /ios folder) and running npm install. Let me know what happens with that.

@balaji-subramaniyam
Copy link
Author

Hi @Darrow8 thanks for the response. I did that same error replicates.

@tptshoe
Copy link

tptshoe commented Oct 26, 2021

I'm getting the same errors... seems to have something to do with the latest version of GoogleSignIn, but not certain.

@zoweilhamlet
Copy link

I had an issue with GID signin, and ended up forcing an older GoogleSignIn version in the podfile

pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'GoogleSignIn', '~> 5.0.2'

@denysza
Copy link

denysza commented Jul 21, 2023

Is this resolved
I am getting the same errors

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

No branches or pull requests

5 participants