美文网首页
CocoaPods could not find compati

CocoaPods could not find compati

作者: Crazy2015 | 来源:发表于2020-10-31 00:26 被阅读0次
 -> shared_preferences (0.0.2)
    - WARN  | description: The description is equal to the summary.
    - ERROR | [iOS] unknown: Encountered an unknown error (CocoaPods could not find compatible versions for pod "Flutter":
  In Podfile:
    shared_preferences  was resolved to 0.0.2, which depends on
      Flutter

Specs satisfying the `Flutter` dependency were found, but they required a higher minimum deployment target.

组件shared_preferences
s.ios.deployment_target = '8.0'
组件Flutter
s.ios.deployment_target = '9.0'

修改组件shared_preferences 的deployment_target和Flutter的保持一致

相关文章

网友评论

      本文标题:CocoaPods could not find compati

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