You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: