Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Using #import "AFNetworking.h" instead of @import #114

Open
wants to merge 3 commits into
base: 3_0_0_branch
Choose a base branch
from
Open

Using #import "AFNetworking.h" instead of @import #114

wants to merge 3 commits into from

Conversation

jameshays
Copy link

No description provided.

@codecov-io
Copy link

Current coverage is 0.00%

Merging #114 into 3_0_0_branch will decrease coverage by -72.13% as of ef5b3d2

No diff could be generated. No reports for #114 found.
Review entire Coverage Diff as of ef5b3d2

Powered by Codecov. Updated on successful CI builds.

@crsantos
Copy link

crsantos commented Jan 5, 2016

Does #import <AFNetworking/AFNetworking.h> works?
like this one

@jameshays
Copy link
Author

It wasn't. I didn't dig into why it wasn't being found.

@amitjain2405
Copy link

I also have to change the @import to #import then it worked but still not sure why AFNetworking folder doesn't have "AFHTTPRequestOperationManager.h". Pod did not install this file for me. Any idea?

@crsantos
Copy link

@amitjain2405 I guess you're missing the point that AFHTTPRequestOperationManager Mau now be deprecated due to Apple deprecating NSURLConnection. That's the whole point of upgrading AFOAuth2Manager :)

@ejensen ejensen mentioned this pull request Feb 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants