firebase_auth: Unable to find a specification for firebase_core
depended upon by firebase_auth
#16670
Open
1 task done
Labels
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: