Quantcast
Channel: User Sefran - Stack Overflow
Viewing all articles
Browse latest Browse all 36

Unzippping NSData with GTMNSData+zlib

$
0
0

I download from Google Docs zipped NSData. The first bytes are PK.I've read to unzip them I could use GTMNSData+zlib category.Compiling my project, I obtain some errors, for example:

"_inflate", referenced from:+[NSData(GTMZLibAdditions) gtm_dataByInflatingBytes:length:] in GTMNSData+zlib.old: symbol(s) not found

Viewing all articles
Browse latest Browse all 36

Trending Articles