【发布时间】:2022-11-12 10:35:01
【问题描述】:
【问题讨论】:
-
请确保您的问题是独立的。我们需要回答问题的所有内容都应该包含在问题的正文中,而不是在外部站点上。
标签: flutter
【问题讨论】:
标签: flutter
您的日志显示两个错误
第一的
Specs satisfying the `cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`)` dependency were found, but they required a higher minimum deployment target.这告诉你,如果你想使用
cloud_firestore,你将不得不提高你的最低iOS版本要求。执行此操作的过程在here 中进行了解释,例如[!] Automatically assigning platform `iOS` with version `9.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.这个问题已经详细回答了here。
【讨论】: