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-2026 CODEPRJ.COM