nicklockwood / GZIP

A simple NSData category for gzipping/unzipping data in iOS and Mac OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gzippedData returns nil

eXhausted opened this issue · comments

Hello. I started to use your GZIP via pods. I added libz.dylib to my project, but gzippedData returns nil. I noticed that error in deflateInit2, it returns -2, instead 0.

If you're still seeing this problem, can you send me the data that you are trying to zip?