I'm new to iOS and not able to add AFNetworking
library to my project I just followed this link but I can't add AFNetwoking
in my project. Is there something obvious I'm missing?
Asked
Active
Viewed 842 times
-4

piRSquared
- 285,575
- 57
- 475
- 624

Sasi
- 445
- 4
- 19
-
since you are new I think you need to read up on cocoa pods as well [here](https://cocoapods.org/). Then you can use that to have afnetworking(link [here](https://github.com/AFNetworking/AFNetworking)) added to your projectfile – Joshua Dec 30 '16 at 08:41
-
Use `NSURLSession` instead. – Cy-4AH Dec 30 '16 at 08:49
-
Use cocoaPods to install AFNetworking – Himanth Dec 30 '16 at 10:39
-
https://www.raywenderlich.com/59255/afnetworking-2-0-tutorial,check this,it may helps – jithin Dec 30 '16 at 11:32
1 Answers
1
Refer this link : https://github.com/AFNetworking/AFNetworking Download AFNetworking framework from above link. Drag & drop framework in your project and use it. Or You can use cocoapods to have AFNetworking added to your project.

Rupali Patil
- 199
- 4