I have no idea why this is happening. I've installed AFNetworking in my project via a Podfile. Here's the current entry:
pod 'AFNetworking', '~> 1.2'
However when I call:
#import "AFHTTPClient.h"
at the top of one of my files, it says "'AFHTTPClient.h' file not found". If I open up the Pods directory, AFNetworking is in there along with AFHTTPClient.h. I have no idea what's going on. Any ideas?