我的 Podfile 中有以下行:
pod 'Alamofire', '~> 4.7'
问题是当我添加“pod SwiftyDropbox”行时,运行 pod update 时出现问题:
分析依赖关系
[!] CocoaPods could not find compatible versions for pod "Alamofire":
In Podfile:
Alamofire (~> 4.7)
SwiftyDropbox was resolved to 2.0.1, which depends on
Alamofire (~> 2.0.2)
此外,Alamofire 和 SwiftyDropbox 框架中都有警告。如何让最新版本的 SwiftyDropbox 在 XCode 9.3 和 Swift 4 中运行?