Hi, im having an error while compile the library in some spots of code:
Sending 'void (^)(NSProgress * _Nonnull __strong)' to parameter of incompatible type 'NSProgress *__autoreleasing *' at CTVideoViewDownloadManager at method resumeDownloadWithUrl
Sending 'void (^)(NSProgress * _Nonnull __strong)' to parameter of incompatible type 'NSProgress *__autoreleasing *' at CTVideoViewDownloadManager at method downloadWithUrl
How can i solve it?
Thank you.