UnityZip
UnityZip copied to clipboard
`Undefined symbols for architecture arm64: "_OBJC_CLASS_$_ZipArchive", referenced from: objc-class-ref in UnityZipFile.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to...
I am new to ios and xcode. When I build the project to xcode, it always give me error, how to add the `ZipArchive` to xcode project, add the whole...
Hello, I have to build my project using the xcodebuild command line, and I have some trouble with linking the UnityZip files. Do you have an idea how I can...
Have you tested the project using the new IL2CPP compiler for iOS? Builds using UnityZip, seem to always fail. Here's a bug on Unity's Issue Tracker mentioned by someone else:...
I'm using Unity 5.0.3 and I get this error in Xcode after uilding the app:  I found out that disabling ARC form the...
When I try to build the generated project from Unity in Xcode, I get undefined symbols errors when linking. The symbols are: _zip _unzip _addZipFile I've tried adding the folder...
Undefined symbols for architecture arm64: "_OBJC_CLASS_$_ZipArchive", referenced from: objc-class-ref in UnityZipFile.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to...
hello Please help me out i am getting this error always i am using unity 2019.4.4f1 with uniZip plugin i have upgraded my project form 2019.2.2f1 In 2019.2.2f1 it is...
could you attach ZipArchive.h? The .mm file included .h file but it cannot found .h file.
I get this error when I try unzipping a zipped file NotSupportedException: Encoding 437 data could not be found. Make sure you have correct international codeset assembly installed and enabled....