We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why do you call #import <AFNetworking/AFHTTPRequestOperationManager.h> on LIALinkedInHttpClient.h even though AFNetworking is not a binary framework?
#import <AFNetworking/AFHTTPRequestOperationManager.h>
LIALinkedInHttpClient.h
The text was updated successfully, but these errors were encountered:
Actually I haven't given it many thoughts, and don't know the consequences - if such exists. Is it a problem?
Sorry, something went wrong.
AFNetworking is not distributed as binary, so such path does not exist. It should have been #import "AFHTTPRequestOperationManager.h"
#import "AFHTTPRequestOperationManager.h"
No branches or pull requests
Why do you call
#import <AFNetworking/AFHTTPRequestOperationManager.h>
onLIALinkedInHttpClient.h
even though AFNetworking is not a binary framework?The text was updated successfully, but these errors were encountered: