Update AFNetworking from version 1.2.1 to 3.1.0
问题 Iam about to update our post project in Objective C to meet the new Apple requirement for support Ipv6 only. My AFNetworking libray is now 1.2.1. I doubt it is the problem. I want to update to latest version support IPv6 but when running pod install I get this error [!] Unable to satisfy the following requirements: AFNetworking (~> 3.1.0) required by Podfile AFNetworking (= 3.1.0) required by Podfile.lock AFNetworking (~> 1.2.1) required by AFRaptureXMLRequestOperation (1.0.2) Here is my