First of all, let me tell you that I'm using xcode 4.6.3
and iOS 6.1
. I have been trying to build connection using AFNetworking
or CocoaPods
. it throws errors due to backward compatibility issues. Current error is xctest/xctest.h
Is there any way out to this problem? I'm highly confused on this. Any help would be appreciated.
Asked
Active
Viewed 45 times
0

Ekta Padaliya
- 5,743
- 3
- 39
- 51

Qasim Ali
- 587
- 2
- 11
- 28
1 Answers
0
What version of AFNetworking you are using -
- AFNetworking 3.0 is the latest major release of AFNetworking, a delightful networking library for iOS & Mac OS X. To keep this library maintainable moving forward, 3.0 removes all support for the now deprecated NSURLConnection based APIs.
https://github.com/AFNetworking/AFNetworking/wiki/AFNetworking-3.0-Migration-Guide
I hope this will help.

Damyan Todorov
- 536
- 1
- 6
- 17