Replies: 1 comment
-
Please take a look at our iOS troubleshooting guide: https://capawesome.io/blog/troubleshooting-capacitor-ios-issues/#cocoapods-could-not-find-compatible-versions-for-pod |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
after following https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/authentication/docs/setup-google.md#ios
If you are using CocoaPods for your iOS project, add the CapacitorFirebaseAuthentication/Google pod to your Podfile (usually ios/App/Podfile):
target 'App' do
capacitor_pods
Add your Pods here
end
Attention: Do not add the pod in the section def capacitor_pods, but under the comment # Add your Pods here (example).
Run npx cap update to update the native plugins and dependencies.
the following error appears:
Beta Was this translation helpful? Give feedback.
All reactions