I\'m trying to build my app on the ios simulator(ios 13), but the build fails and gives an error of pod files: Podfile is out of date
This is the error.
I'm not sure if this will work for everyone but my issue was fixed by running flutter run from the terminal.
I was just using the Flutter launcher from vscode and it kept throwing errors.
I had a Podfile already setup but I think flutter run maybe updated it or reinstantiated it? I'm unsure.
My issue was caused from an update to Flutter