【发布时间】:2020-05-07 13:17:40
【问题描述】:
我想更新 pod 'AFNetworking', '~> 4.0.1' ,但是我的终端显示以下错误,例如 pod install 命令运行时
Specs satisfying the `AFNetworking/NSURLSession (= 4.0.1), AFNetworking/NSURLSession (~> 3.0)` dependency were found, but they required a higher minimum deployment target.
我的 podfile 如下所示
pod 'AFOAuth2Manager', '~> 3.0'
pod 'AFNetworking', '~> 4.0.1'
如何解决这个错误?
【问题讨论】:
标签: ios objective-c iphone xcode afnetworking