IOSLinkedInAPI icon indicating copy to clipboard operation
IOSLinkedInAPI copied to clipboard

Strange AFNetworking call

Open pedro380085 opened this issue 11 years ago • 2 comments

Why do you call #import <AFNetworking/AFHTTPRequestOperationManager.h> on LIALinkedInHttpClient.h even though AFNetworking is not a binary framework?

pedro380085 avatar May 09 '14 22:05 pedro380085

Actually I haven't given it many thoughts, and don't know the consequences - if such exists. Is it a problem?

jeyben avatar May 25 '14 17:05 jeyben

AFNetworking is not distributed as binary, so such path does not exist. It should have been #import "AFHTTPRequestOperationManager.h"

pedro380085 avatar May 25 '14 18:05 pedro380085