1、我的项目是fluwx报错,如下图所示:
CocoaPods could not find compatible versions for pod "Flutter":
In Podfile:
Flutter (from `Flutter`)
Specs satisfying the `Flutter (from `Flutter`)` dependency were found, but they required a higher minimum deployment target.
2、 解决方案,找到对应fluwx的podspec,查看target版本
3、修改iOS下的Podfile文件里面Platform的版本号

4、cd到iOS路径,pod install 项目就可以正常运行了

博客讲述项目中fluwx报错的解决办法。先找到对应fluwx的podspec查看target版本,接着修改iOS下Podfile文件里Platform的版本号,最后cd到iOS路径执行pod install,项目即可正常运行。
1万+

被折叠的 条评论
为什么被折叠?



