ChangbaDevs / KTVHTTPCache

A powerful media cache framework.
MIT License
2.35k stars 435 forks source link

'GCDAsyncSocket.h' file not found #127

Closed RaulVan closed 8 months ago

RaulVan commented 4 years ago

fix

#if __has_include(<CocoaAsyncSocket/GCDAsyncSocket.h>)
#import <CocoaAsyncSocket/GCDAsyncSocket.h>
#else
#import "GCDAsyncSocket.h"
#endif