I want to unzip the file via terminal on Mac instead of using ZipArchive or SSZipArchive.
In terminal, I tried "unzip" command and it works good, but I do not how to express via objective c code.
I've tried this way (link: Unzip without prompt) It works but only unzipped half of my files instead of all the files.
Thanks !!