The platform of the target Runner (iOS 10.0) may not be compatible with Flutter (1.0.0) which has...

The platform of the target Runner (iOS 10.0) may not be compatible with Flutter (1.0.0) which has a minimum requirement of iOS 11.0. 警告
产生原因:flutter sdk 版本由3.0.x 升级到 3.3.6后,
执行 pod install 时报Warming
修改方法,找到 flutter工程项目/ios/下 Podfile 文件
将以下代码:

platform :ios, '10.0'

修改为

platform :ios, '11.0'

重新运行 pod install 命令,警告⚠️消失

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容