-
These are the Firebase libs I'm using in pubspec.yaml:
This is my podfile:
The XCode version is 15.2 The complete error log is this:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
i have desame error |
Beta Was this translation helpful? Give feedback.
-
Did someone get a solutions in this error. I have the same too |
Beta Was this translation helpful? Give feedback.
-
Same issue. was there a solution? |
Beta Was this translation helpful? Give feedback.
-
@wantroba Were you able to resolve the error? |
Beta Was this translation helpful? Give feedback.
If anyone stumbles across this issue follow these steps:
1- update all your firebase and firestore related packages in pubspec.yaml
2- cd iOS -> pod install --repo-update or pod update Firebase/CoreOnly
3- pod install
4- flutter clean
5- flutter pub get
6- flutter run
Also make sure you are on latest flutter/dart version and your cocoapods version is upto date as well.
Happy Coding :)