-
Hi, Im trying to run my app using the capacitor firebase authntication on Xcode, but the library creates duplicated symbols error so build fails on Xcode. I have tried to remove the library and the build is ok. |
Beta Was this translation helpful? Give feedback.
Answered by
robingenz
Dec 25, 2024
Replies: 1 comment 6 replies
-
Thank you for creating the discussion. Please provide a Minimal, Reproducible Example using this template in a public GitHub repository so I can debug the issue. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have not followed the installation steps correctly. I have noticed several points:
use_frameworks! :linkage => :static
should not be neededFirebaseApp.configure()
yourself, the plugin does that