【发布时间】:2021-01-22 16:38:42
【问题描述】:
17.5(最后一次在 1.2 之前),当我尝试升级到 1.2 或更高版本时,我有
Warning: Podfile is out of date
This can cause issues if your application depends on plugins that do not support iOS.
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
我试过rm ios/Podfile
rm: ios/Podfile: No such file or directory
我关注问题和解决方案,但不与我合作......或做错事
如果有人可以帮助我,谢谢
[编辑]:我删除了podfil,没关系,谢谢你的帮助
【问题讨论】:
-
stackoverflow.com/questions/59362862/…你能试试这个@Nitneuq
-
这能回答你的问题吗? Flutter ios build failed: pod files error