Closed GoogleCodeExporter closed 9 years ago
Dave and I have been pretty swamped, but we're working on these and a few other
issues with the updated tool chain.
Original comment by thoma...@gmail.com
on 20 Nov 2009 at 6:39
fyi - I'm landing a cl to put better support for all the iphone sdks in, but
Apple has made
things a little challenging, the SDKs that ship with Xcode 3.2.x and 3.1.x
don't trigger
the same warnings. We see this on iPhone and MacOS. This is one of the things
Dave
and I are still trying to deal with.
Original comment by thoma...@gmail.com
on 20 Nov 2009 at 7:51
Is there another option for processing zip files in memory that I can use until
the toolbox if fixed. I cant go to
an older OS unfortunately.
Original comment by iCDSCre...@gmail.com
on 26 Nov 2009 at 7:12
Jamesazucker - zip or zlib? what is the issue?
Original comment by thoma...@gmail.com
on 27 Nov 2009 at 3:19
I am working on an application to download a .zip archive that contains market
data xmls. I was planning to use
the toolkit for unziping and extacting the documents in memory(they are
small...). Can you suggest how I can
maybe comment out some section of the toolkit so I can progress this weekend.
(This is the first time I've looked
at the toolkit, so I am not familiar with it yet to hack it myself quickly as I
am sure I can live without the feature
that is cribbing as it is file based work.)
Original comment by iCDSCre...@gmail.com
on 27 Nov 2009 at 3:16
jamesazucker - This issue is for issues with the iPhone 3.1.x SDK when building
on 10.6, so it doesn't seem
related to what you're commented on. As far as zip support,
Foundation/NSData+zlib has support for zlib
streams and gzip file directly, but not for .zip archives (as they can have
multiple files, not a single payload). If
you'd like to contribute something back for handling zip archives, it could be
built on top of what is already
there, just doesn't exist in GTM yet.
Original comment by thoma...@gmail.com
on 27 Nov 2009 at 3:50
Original comment by thoma...@gmail.com
on 27 Nov 2009 at 3:51
Thomas, I am trying to build the toolbox on the target you have specified, I
think the NSData+zlib will work for
me, if not I will adapt it and contribute, but I need to get the toolkit
compiling on my target to accomplish that. I
will extract these one class and see if I can get it working without the
toolkit.
Original comment by iCDSCre...@gmail.com
on 27 Nov 2009 at 4:07
I believe all of these are fixed for the Xcode 3.2.x tool chain. Let me know
if I missed anything.
Original comment by thoma...@gmail.com
on 28 Nov 2009 at 7:26
Original issue reported on code.google.com by
msud...@gmail.com
on 16 Nov 2009 at 4:52