AFNetworking-streaming icon indicating copy to clipboard operation
AFNetworking-streaming copied to clipboard

Compile issue when using cocoapods

Open dblapps opened this issue 8 years ago • 0 comments

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.

dblapps avatar Mar 27 '17 16:03 dblapps