Darrow8 / capacitor-phone-test

Test for phone authentication in ionic with Firebase using capacitor-firebase-auth package
MIT License
7 stars 2 forks source link

Cannot able to build in ios #1

Open balaji-subramaniyam opened 3 years ago

balaji-subramaniyam commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

tptshoe commented 2 years ago

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

zoweilhamlet commented 2 years ago

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 commented 1 year ago

Is this resolved I am getting the same errors