Tuesday, 6 August 2019

Facing AFNetworking Errors after upgrading xcode to version 10.2

Today, I upgraded my xcode version from 10.1 to version 10.2. In xcode 10.1 my project was working fine but after upgrading it to 10.2 I am facing following errors. I am using pods to integrate library in my project. The pod versions are as follows:

pod 'AFNetworking', 3.1.0
pod 'AFOAuth2Manager', '3.0.0'
pod 'AFNetworking+streaming', '1.0.2'

I checked on cocoapods and both libraries are of latest versions.



from Facing AFNetworking Errors after upgrading xcode to version 10.2

No comments:

Post a Comment