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

Changed import statement to angled #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Changed import statement to angled #11

wants to merge 1 commit into from

Conversation

schluchter
Copy link

@schluchter schluchter commented Jun 19, 2016

While building AFOnoResponseSerializer fetched through Cocoapods 1.0.1, Xcode 7.3 couldn't find an AFNetworking header file. Changing the import statement to <AFNetworking/AFURLResponseSerialization.h> fixed the issue for me.

While building AFOnoResponseSerializer, Xcode couldn't find an AFNetworking header file. Changing the import statement to <AFNetworking/AFURLResponseSerialization.h> fixed the issue for me.
@schluchter
Copy link
Author

Hi @mattt, thank you for all your amazing work! This is my first pull request ever, so I hope I'm doing it right! A simple fix to an import problem with an AFNetworking dependency.

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

1 participant