首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >出现AlamofireImage问题的SwiftyDropbox

出现AlamofireImage问题的SwiftyDropbox
EN

Stack Overflow用户
提问于 2019-12-20 23:49:54
回答 1查看 111关注 0票数 0

我的Podfile中有下面这一行:

代码语言:javascript
运行
复制
pod 'AlamofireImage', '~> 3.5'
pod 'SwiftyDropbox', '~> 5.1.0'

当我运行pod install时,我得到了这个问题

代码语言:javascript
运行
复制
Analyzing dependencies

[!] CocoaPods could not find compatible versions for pod "Alamofire":
  In snapshot (Podfile.lock):
    Alamofire (= 4.9.1, ~> 4.9)

  In Podfile:
    AlamofireImage (~> 3.5) was resolved to 3.6.0, which depends on
      Alamofire (~> 4.9)

    SwiftyDropbox (~> 5.1.0) was resolved to 5.1.0, which depends on
      Alamofire (~> 4.8.2)

我读了这个issue的解决方案,但它没有帮助。

EN

Stack Overflow用户

发布于 2020-07-07 18:13:25

这个问题会得到解决,你需要做的就是,先安装SwiftyDropbox,然后再安装Alamofire。

票数 2
EN
查看全部 1 条回答
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/59427987

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档