Ashutosh
Ashutosh

Reputation: 5742

Unzipping the file in my iphone app

i am trying to unzip a file in my iphone app, i searched it on google and found this http://github.com/tastefulworks/twziparchive but it says to add libz library into your project but i am not able to find this library. Can anybody have any idea about this or any other helpful link to perform unzipping.

Thanks,

Upvotes: 1

Views: 1359

Answers (1)

Vladimir
Vladimir

Reputation: 170829

In your project choose 'Frameworks' group (optionally), right-click and choose add 'Existing frameworks' - libz.dlyb can found in the list that will appear (you can choose dylibs in combobox) to make search a bit easier

Upvotes: 2

Related Questions