ZipFile
ZipFile copied to clipboard
iOS 7 is not compatable
I was glad using zipfile module for my projects. I updated my xcode and titanium, now, it seems to crash. The app doesnot extract the zip. Need the reply asap.
I'm using ZipFile with iOS7.1, Titanium CLI version 3.2.1 and Titanium SDK version 3.2.2.GA.
Make sure you're downloading and extracting in the writeable directory. Also I had to remove the file:// from the paths on mac via: Ti.Network.decodeURIComponent(resourcesDirectory).replace('file://', '');
Hope this helps!
Thanks pbosma.. I found other alternates since I dint receive any reply when I waited. Thanks anyways..