flutter Warning: Podfile is out of date


升级flutter后flutter run的时候提示 flutter Warning: Podfile is out of date

Warning: Podfile is out of date             
  This can cause a mismatched version of Flutter to be embedded in your app, which may result in
  App Store submission rejection or crashes.
  If you have local Podfile edits you would like to keep, see
  https://github.com/flutter/flutter/issues/24641 for instructions.
To regenerate the Podfile, run:
  rm ios/Podfile

解决办法:

rm ios/Podfile
flutter run

执行完flutter run后会重新pod install


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM