Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Working with Ti SDK 8.0.0 #21

Open
SquirrelMobile opened this issue Mar 6, 2019 · 5 comments
Open

Not Working with Ti SDK 8.0.0 #21

SquirrelMobile opened this issue Mar 6, 2019 · 5 comments

Comments

@SquirrelMobile
Copy link

SquirrelMobile commented Mar 6, 2019

I've try to use this module with SDK 8.0.0 and there is a problem during the compilation :

[TRACE] Undefined symbols for architecture x86_64:
[TRACE]   "_deflate", referenced from:
[TRACE]       _zipWriteInFileInZip in libti.compression.a(zip.o)
[TRACE]       _zipCloseFileInZipRaw in libti.compression.a(zip.o)
[TRACE]   "_deflateInit2_", referenced from:
[TRACE]       _zipOpenNewFileInZip3 in libti.compression.a(zip.o)
[TRACE]   "_inflate", referenced from:
[TRACE]       _unzReadCurrentFile in libti.compression.a(unzip.o)
[TRACE]   "_get_crc_table", referenced from:
[TRACE]       _unzOpenCurrentFile3 in libti.compression.a(unzip.o)
[TRACE]       _zipOpenNewFileInZip3 in libti.compression.a(zip.o)
[TRACE]   "_deflateEnd", referenced from:
[TRACE]       _zipCloseFileInZipRaw in libti.compression.a(zip.o)
[TRACE]   "_inflateInit2_", referenced from:
[TRACE]       _unzOpenCurrentFile3 in libti.compression.a(unzip.o)
[TRACE]   "_inflateEnd", referenced from:
[TRACE]       _unzCloseCurrentFile in libti.compression.a(unzip.o)
[TRACE]   "_crc32", referenced from:
[TRACE]       -[TiCompressionZipArchive addFileToZip:newname:] in libti.compression.a(ZipArchive.o)
[TRACE]       _unzReadCurrentFile in libti.compression.a(unzip.o)
[TRACE]       _zipWriteInFileInZip in libti.compression.a(zip.o)
[TRACE] ld: symbol(s) not found for architecture x86_64
[TRACE] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] ** BUILD FAILED **
[ERROR] The following build commands failed:
[ERROR]         Ld /Users/buje/Documents/Appcelerator/o-m/build/iphone/build/Products/Debug-iphonesimulator/****** normal x86_64
[ERROR] (1 failure)
@janvennemann
Copy link
Contributor

@SquirrelMobile please check the new 2.0.0 release for iOS which should work with the latest SDKs.

@SquirrelMobile
Copy link
Author

@janvennemann Already tested with the @hansemannn 2.0.0 i've the same problem

@janvennemann
Copy link
Contributor

Ok, I just tested with Hans' zip too and I think something is wrong with the file Hans posted. Please check the official release zip from here: https://github.com/appcelerator-modules/ti.compression/releases/tag/ios-2.0.0. This one is working fine.

@rlustemberg
Copy link

I have a similar issue with ti.crashlytics. I'll file an issue there. Could you explain what the issue here was?
Thanks!

@janvennemann
Copy link
Contributor

janvennemann commented Mar 21, 2019

@rlustemberg i didn't change anything here, just did a rebuild. The old build was probably done on an outdated code base by accident. See my comment in hansemannn/titanium-crashlytics#12 what most likely is causing the error in ti.crashlytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants