ios - CocoaPods 找不到 pod "braintree_payment": in flutter 的兼容版本

标签 ios flutter cocoapods

我在为 ios 使用 braintree_payment 包时遇到这样的错误。

我尝试运行这个命令 pod install --repo-update 我明白了

[!] CocoaPods could not find compatible versions for pod "braintree_payment":
  In Podfile:
    braintree_payment (from `.symlinks/plugins/braintree_payment/ios`)

Specs satisfying the `braintree_payment (from `.symlinks/plugins/braintree_payment/ios`)` dependency were found, but they required a higher minimum deployment target.

这个问题有什么解决办法吗?谢谢。

最佳答案

编辑 Podfile 并在文件顶部添加 platform :ios, '12.0'

https://github.com/pikaju/flutter-braintree/issues/85

关于ios - CocoaPods 找不到 pod "braintree_payment": in flutter 的兼容版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58451473/

相关文章:

ios - 在静态库中链接 Objective-C 类别

listview - Flutter ListView.builder() 动态列表 - 显示无限重复的条目

Flutter 无法更新 gc.properties 的时间戳

ios - Xcode 错误 : 'FirebaseCore/FirebaseCore.h' file not found

iphone - iOS 6 - Facebook 'Like' 按钮

ios - 无法调用 Spritekit 的 update() 函数中的函数

objective-c - iOS6]在加载并显示当前 View 之前跳转到另一个 View

android - 如何使用 fl_chart 显示工具提示指示器?

swift - 如何处理 podfile 库的 "header file not found"? ('XYZ.h' 文件未找到)- 在 Xcode 中

git - Xcode 10 Git 如何更新 .gitignore 以忽略与 cocoapods 相关的新项目文件?