ZipFile icon indicating copy to clipboard operation
ZipFile copied to clipboard

iOS 7 is not compatable

Open kirthika opened this issue 11 years ago • 2 comments

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.

kirthika avatar Sep 26 '13 12:09 kirthika

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!

pbosma avatar Apr 16 '14 10:04 pbosma

Thanks pbosma.. I found other alternates since I dint receive any reply when I waited. Thanks anyways..

kirthika avatar Nov 03 '14 05:11 kirthika