美文网首页
Flutter pod update 报错 dependency

Flutter pod update 报错 dependency

作者: 九九丸子 | 来源:发表于2021-12-13 18:41 被阅读0次
▶ arch -x86_64 pod install
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "leancloud_official_plugin":
  In Podfile:
    leancloud_official_plugin (from `.symlinks/plugins/leancloud_official_plugin/ios`)

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

这种问题就是 podfile 里面依赖的版本过低,例如把 platform :ios, '9.0'升级到 '11.0':

 platform :ios, '11.0'

然后设置这里:


image.png

相关文章

网友评论

      本文标题:Flutter pod update 报错 dependency

      本文链接:https://www.haomeiwen.com/subject/qpcsfrtx.html