来自CocoaPods:↳的Podfile``↳错误输出
[!] The FlutterFire plugin cloud_firestore for macOS requires a macOS
deployment target of 10.12 or later.异常:运行吊舱安装时出错
Hi, I've been stuck on this problem for a while, I'm trying to connect my flutter app with firebase but as soon as I put firestore on I have this problem. I modified the podfile file by putting the right version but nothing is done. I followed a lot of tutorials but none solved my problem. so please i need help.
I created my database on firebase, I configured it with xcode
Cocaopods version : 1.11.3
firebase_core: ^2.1.1
cloud_firestore: ^4.0.3
platform :ios, '12.0'
Podfile :
[1]: https://i.stack.imgur.com/fYqSZ.png发布于 2022-11-16 11:03:51
查看macOS文件夹中Podfile的第一行。如果如下所示:platform :osx, '10.11',则将其更改为所需的MACOS_DEPLOYMENT_TARGET
发布于 2022-11-22 08:41:51
我解决了这个问题。
以下是小贴士:
(请让我知道它是否有效:)
https://stackoverflow.com/questions/74236205
复制相似问题