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

import error #49

Open
JulianSong opened this issue Jan 4, 2017 · 1 comment
Open

import error #49

JulianSong opened this issue Jan 4, 2017 · 1 comment

Comments

@JulianSong
Copy link

When i was use this library in cocoa pods i found two error . First is the version 1.1.4 is not on the pod repo. Second is when i enable use_frameworks in pod file there will be occur an import error about
#import "GCDAsyncUdpSocket.h" if i replace to @import CocoaAsyncSocket; will fix this error.
Hope you fix these errors. Thanks.

@gavineadie
Copy link
Collaborator

The tag "1.1.4" is in the repo (and "1.1.5" was just added with inclusion of the document: "Network Time Protocol Best Current Practices" [draft-ietf-ntp-bcp-02] and a recent pull request).

Frankly, I don't use or know much about, CocoaPods and so don't understand your comment about @import .. the only places #import "GCDAsynchUdpSocket.h" appears can't be changed to @import without objection from the Obj-C compiler.

You could help me by creating a pull request with the specifics of what you want/need, then, maybe, I'll understand it better; or send me a small failing example.

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