Open GoogleCodeExporter opened 9 years ago
i have similiar problem, but in my casae xcode 4.0.1 crashes when trying to
build to 4.2 ipad simulator...
Original comment by map...@gmail.com
on 22 Apr 2011 at 11:50
I'm using XCode 4.0.2 and can't seem to get past linking errors, libz.dylib is
definitely linked in but the build can't seem to see it:
Undefined symbols for architecture armv6:
"_zipClose", referenced from:
-[ZipArchive CloseZipFile2] in libziparchive.a(ZipArchive.o)
"_zipOpenNewFileInZip3", referenced from:
-[ZipArchive addFileToZip:newname:] in libziparchive.a(ZipArchive.o)
"_unzOpenCurrentFile", referenced from:
-[ZipArchive UnzipFileTo:overWrite:] in libziparchive.a(ZipArchive.o)
"_unzGetGlobalInfo", referenced from:
-[ZipArchive UnzipOpenFile:] in libziparchive.a(ZipArchive.o)
"_unzReadCurrentFile", referenced from:
-[ZipArchive UnzipFileTo:overWrite:] in libziparchive.a(ZipArchive
Original comment by macegh...@gmail.com
on 1 May 2011 at 5:43
Original issue reported on code.google.com by
A10deCas...@gmail.com
on 14 Apr 2011 at 11:33