Exception: Warning: Podfile is out of date
This can cause issues if your application depends on plugins that do not
support iOS or macOS.
See
https://flutter.dev/docs/development/packages-and-plugins/developing-packages#
plugin-platforms for details.
If you have local Podfile edits you would like to keep, see
https://github.com/flutter/flutter/issues/45197 for instructions.
To regenerate the Podfile, run:
rm ios/Podfile
解决方法:
这个是升级flutter版本后发生的,直接把Podfile文件删除,路径/ios/Podfile文件。
END.