【问题标题】:CocoaPods could not find compatible versions for pod "braintree_payment": in flutterCocoaPods 找不到 pod“braintree_payment”的兼容版本:在颤振中
【发布时间】:2020-02-15 11:42:00
【问题描述】:

我在为 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.

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

【问题讨论】:

    标签: ios flutter cocoapods


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-07-29
      • 2021-07-21
      • 2019-05-07
      • 2021-09-04
      • 2021-09-23
      • 2021-07-12
      相关资源
      最近更新 更多