After updating the firebase_core to 4.0.0 got this error on pod install #17582
Unanswered
nisarg-zignuts
asked this question in
Q&A
Replies: 1 comment
-
Check the minimum iOS version required by your firebase_core version
platform :ios, '14.0'(or higher as required by firebase_core, e.g. 15.0). I am using: platform :ios, '15.0' in ios => Podfile |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Also in the podfile the minimum deployment target is 13.0
platform :ios, '13.0'
Beta Was this translation helpful? Give feedback.
All reactions