Skip to content
New issue

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

Strange AFNetworking call #26

Open
pedro380085 opened this issue May 9, 2014 · 2 comments
Open

Strange AFNetworking call #26

pedro380085 opened this issue May 9, 2014 · 2 comments

Comments

@pedro380085
Copy link

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

@jeyben
Copy link
Owner

jeyben commented May 25, 2014

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

@pedro380085
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants