【发布时间】:2011-06-21 17:17:59
【问题描述】:
我从 Google Docs 下载压缩的 NSData。第一个字节是PK。 我已经阅读解压缩它们我可以使用 GTMNSData+zlib 类别。 编译我的项目,我得到一些错误,例如:
"_inflate", referenced from:
+[NSData(GTMZLibAdditions) gtm_dataByInflatingBytes:length:] in GTMNSData+zlib.o
ld: symbol(s) not found
【问题讨论】:
标签: iphone nsdata unzip google-toolbox-for-mac