Pod Install Error - firebase_core
pub get work succesfully but pod install error with this warning.
Flutter v.3.22
Error: The plugin "firebase_core" requires a higher minimum iOS deployment version than your application is targeting.
To build, increase your application's deployment target to at least 13.0 as described at https://docs.flutter.dev/deployment/ios
Error running pod install
Error launching application on iPhone 15 Pro Max.
ATTACHED FILES
Asked 11 months ago on August 5, 2024 3:57 PM Comments 5 times
MeetMighty replied 11 months ago on August 8, 2024 3:41 AM
Hi,
Share remote access during our working hours.
Working hours: 9:00 AM to 6:00 PM +5:30 IST timezone.
Mighty Support
Serhan Tutgun replied 11 months ago on August 7, 2024 1:21 PM
I can share it on anydesk but how in time. my computer is not always on.
MeetMighty replied 11 months ago on August 6, 2024 12:27 PM
Share anydesk.
Mighty Support
Serhan Tutgun replied 11 months ago on August 6, 2024 11:56 AM
hi again,
Yes, default ios 12 in podfile. Please check your downloaded file.
Thank u....
ATTACHED FILES
MeetMighty replied 11 months ago on August 6, 2024 3:46 AM
Hi,
Open podfile
#platform :ios, '11.0' to change this
platform :ios, '12.0'try again to pod install
Mighty Support