xxxxxxxxxx
$ flutter clean
delete /ios/Pods
delete /ios/Podfile.lock
$ flutter pub get
From inside ios folder: $ pod install
$ flutter run
xxxxxxxxxx
1 - Go to /ios folder inside your Project.
2 - Delete Podfile.lock (YourPoject/ios/Podfile.lock)
3 - Run pod install --repo-update (Make sure your cd into the iOS directory of the flutter app)
xxxxxxxxxx
flutter clean
delete /ios/Pods
delete /ios/Podfile.lock
flutter pub get
from inside ios folder: pod install
flutter run
xxxxxxxxxx
Go to /ios folder inside your Project.
Delete Podfile.lock (YourPoject/ios/Podfile.lock)
Run pod install --repo-update (Make sure your cd into the iOS directory of the flutter app