nicklockwood/GZIP

'NSInvalidArgumentException', reason: '-[NSConcreteData gunzippedData]: unrecognized selector sent to ins

employee opened this issue · 4 comments

'NSInvalidArgumentException', reason: '-[NSConcreteData gunzippedData]: unrecognized selector sent to ins

I am getting this error when calling gunzippedData. And my application crashed.

I think you've not included the GZIP.m file in your build target.

How to display files in UIDocumentController.

All suggestions are welcome. :)

I think this question is more appropriate for stack overflow. Note however that if you are trying to open a zip archive containing multiple files, you will need a ZIP library, as GZIP only handles individual compressed files and cannot open ZIP archives.