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

Can't install the latest version #1208

Closed
LearnWithTung opened this issue Oct 1, 2024 · 1 comment
Closed

Can't install the latest version #1208

LearnWithTung opened this issue Oct 1, 2024 · 1 comment

Comments

@LearnWithTung
Copy link

LearnWithTung commented Oct 1, 2024

Welcome to FirebaseUI and thanks for submitting an issue!

Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.

If your issue concerns the CocoaPods error, "...transitive dependencies that include static binaries", please take a look at any of the following issues and see if your problem is solved: #48, #47, #46, #34, #23.

If not, please feel free to fill in the following info so we can help faster!

Step 1: Are you in the right place?

  • For issues or feature requests related to the code in this repository file a GitHub issue.
  • For general technical questions, post a question on StackOverflow tagged appropriately.
  • For general Firebase discussion, use the firebase-talk google group
  • For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized Firebase support channel

Step 2: Describe your environment

  • Objective C or Swift: Swift
  • FirebaseUI version: 14.2.0
  • CocoaPods Version: 1.15.2

Step 3: Describe the problem:

I have encountered an issue when log in with email using FirebaseUI, it throws an error says "This type of account isn't supported by this app". It seems related to this issue #1199
So I wanted to upgrade FirebaseUI to the latest version (14.2.4) but I couldn't.
The console says

[!] CocoaPods could not find compatible versions for pod "FirebaseUI":
  In Podfile:
    FirebaseUI (= 14.2.4)

None of your spec sources contain a spec satisfying the dependency: `FirebaseUI (= 14.2.4)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Bellow is related part from my podfile:

  pod 'FirebaseUI', '14.2.4'
  pod 'Firebase/Analytics'
  pod 'Firebase/Crashlytics'
  pod 'Firebase/RemoteConfig'
  pod 'Firebase/InAppMessaging'
  pod 'Firebase/Messaging'
@paulb777
Copy link
Member

paulb777 commented Oct 1, 2024

Specify pod 'FirebaseUI', '~> 14.2' and run pod update. Not all of the FirebaseUI pods needed a patch for 14.2.4.

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

2 participants