On 10/24/22 6:45 PM, Carl Hoefs via Cocoa-dev wrote:
My iOS app downloads a gzip'd data file into its sandbox that the app needs to 
unzip and process. I don't see anything in Cocoa (such as NSFileManager) that 
addresses uncompressing files. Is there a way?

(BTW, I tried some ancient 3rd party code called ZipArchive but it always fails 
trying to parse the zipped file.)

I'm hoping there's a built-in solution or framework that I'm just overlooking.

It's not clear whether you're aware that gzip and zip are not the same thing.  So if you take a gzip file and feed it to a zip decoder, that's not going to work.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to