Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: "Firebase/CoreOnly" message on flutter run

Error: The pod "Firebase/CoreOnly" required by the plugin "firebase_core" requires a higher minimum iOS deployment version than the plugin's reported minimum version.
To build, remove the plugin "firebase_core", or contact the plugin's developers for assistance.
Error running pod install
Error launching application on iPhone 14 Pro Max.

I tried removing the firebase core, increase the version of Flutter Facebook auth, updated the dependencies but still get the error- please help

like image 938
sparkle Avatar asked Mar 04 '26 09:03

sparkle


1 Answers

What I did was deleting ios/Podfile.lock, then I went into ios folder and ran pod install. That fixed the problem

like image 156
anasqadrei Avatar answered Mar 07 '26 10:03

anasqadrei