Worked for me:
rm ios/Podfile
Then upgrade your packages:
flutter pub upgrade
flutter pub get
And update your podfile:
cd ios && pod update
Then clean and run:
flutter clean && flutter run
I hope this will help 🙂
Worked for me:
rm ios/Podfile
Then upgrade your packages:
flutter pub upgrade
flutter pub get
And update your podfile:
cd ios && pod update
Then clean and run:
flutter clean && flutter run
I hope this will help 🙂