'NSInvalidArgumentException', reason: '-[NSConcreteData gunzippedData]: unrecognized selector sent to ins
employee opened this issue · 4 comments
employee commented
'NSInvalidArgumentException', reason: '-[NSConcreteData gunzippedData]: unrecognized selector sent to ins
employee commented
I am getting this error when calling gunzippedData. And my application crashed.
nicklockwood commented
I think you've not included the GZIP.m file in your build target.
employee commented
How to display files in UIDocumentController.
All suggestions are welcome. :)
nicklockwood commented
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.