【发布时间】:2019-08-02 11:27:25
【问题描述】:
今天,我将我的 xcode 版本从 10.1 升级到了 10.2 版本。在 xcode 10.1 中,我的项目运行良好,但在将其升级到 10.2 后,我面临以下错误。我正在使用 pod 将库集成到我的项目中。 pod版本如下:
pod 'AFNetworking', 3.1.0
pod 'AFOAuth2Manager', '3.0.0'
pod 'AFNetworking+streaming', '1.0.2'
我检查了 cocoapods,两个库都是最新版本。
【问题讨论】:
-
首先更新你的 cocoapods 然后更新你的 pod 更新文件。
标签: ios objective-c xcode afnetworking