-
Notifications
You must be signed in to change notification settings - Fork 4k
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
firebase_auth: Unable to find a specification for firebase_core
depended upon by firebase_auth
#16670
Comments
Hi @penguinography, I wasn't able to reproduce the issue. Could you please provide a complete minimal repository reproducing this issue? |
Hi @SelaseKay , I created a new Flutter project and did a test run to see if it runs on the emulator. Then, I added the firebase_core and firebase_auth packages and tried to run the app again, and it failed exactly the same way. I have uploaded the repo here: https://github.com/penguinography/firebase_issue_repro |
I also tried to add this line to the pod file based on these two issues: But it still didn't resolve the problem. Terminal output for pod install --repo-update: You have either:
Terminal output based on SPM - launching app in debug:
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies. Error running pod install Exited (1). |
Hi @penguinography, your example repo seems to run fine after I deleted |
Hi @SelaseKay , which macOS version are you using? Mine is Sequoia Version 15.2 Beta (24C5079e), and this issue started happening once I updated the system and downloaded and installed the latest iOS in Xcode -> Settings -> Components
|
I'm running on macOS 15.0 at the moment. |
I tried to heavily downgrade the packages:
And this one seems like worked:
This is already a small win, but this is a heavily downgraded package, and I don't feel good about it. So I tried again to update the packages |
Same issue
Descripton I tried |
Here having the same problem. |
@furkandvrckrc, @Xelorium, what version of Xcode are you experiencing this on? |
16.1 |
Is there an existing issue for this?
Which plugins are affected?
Core, Auth
Which platforms are affected?
iOS, macOS
Description
When using a Mac running on MacOS 15.2 Beta (24C5073e) using Xcode Version 16.1 (16B40), I cannot compile a Flutter app as Cocoapods fails to download and install the necessary packages for Firebase Auth and Core.
I have the latest Cocoapods.
I have updated the packages.
I have deleted the following folders:
I have changed the minimum iOS to 16 (and later to 17).
I have also deleted the Flutter packages cache -
flutter pub cache clean
I switched between Flutter channel Beta and Master and ran
pod repo update
multiple times.Reproducing the issue
Run
pod install
orpod install --repo-update
on MacOS 15.2 Beta (24C5073e) using Xcode Version 16.1 (16B40) with the latest Firebase Core and Auth dependencies.Try to run an app on the iPhone 16 (iOS 18.1) simulator.
Firebase Core version
3.7.0
Flutter Version
3.27.0-0.1.pre
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: