AFNetworking-streaming
AFNetworking-streaming copied to clipboard
Compile issue when using cocoapods
Just added this to a project using cocoapods, and I'm getting errors on the import of AFNetworking.h in various files. You are using this:
#import <AFNetworking.h>
Xcode complains that it cannot find AFNetworking.h, and suggests using quotes instead of angle brackets. Changing that resolves the issue.
BTW, thanks for sharing this code, looks useful.