I’m trying to build our Corona SDK app onto Enterprise/iOS/XCode and have followed all the tutorials and helpful forum posts that talk about this, but I’ve hit a dead end on how to get past this linking error in XCode:
Undefined symbols for architecture armv7:
“_crc32”, referenced from:
_unzReadCurrentFile in libplugin.zip.a(unzip.o)
_zipWriteInFileInZip in libplugin.zip.a(zip.o)
getFileCrc(char const*, void*, unsigned long, unsigned long*) in libplugin.zip.a(ZipTask.o)
“_deflate”, referenced from:
_zipWriteInFileInZip in libplugin.zip.a(zip.o)
_zipCloseFileInZipRaw64 in libplugin.zip.a(zip.o)
“_deflateEnd”, referenced from:
_zipCloseFileInZipRaw64 in libplugin.zip.a(zip.o)
“_deflateInit2_”, referenced from:
_zipOpenNewFileInZip4_64 in libplugin.zip.a(zip.o)
“_get_crc_table”, referenced from:
_zipOpenNewFileInZip4_64 in libplugin.zip.a(zip.o)
“_inflate”, referenced from:
_unzReadCurrentFile in libplugin.zip.a(unzip.o)
“_inflateEnd”, referenced from:
_unzCloseCurrentFile in libplugin.zip.a(unzip.o)
“_inflateInit2_”, referenced from:
_unzOpenCurrentFile3 in libplugin.zip.a(unzip.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
My specs: Xcode 6.4, OSX 10.10.4, Corona Enterprise 2015.2692. I followed the directions posted here:
as well as the official Quick start tutorial.
Any help is greatly appreciated! Thanks!
Kenric