-
Notifications
You must be signed in to change notification settings - Fork 51
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
_OBJC_CLASS_$_ZipArchive #20
Comments
MacOS Catalina |
I think you need to add zipArchieve.mm file into compile sources in Xcode build phases after that you need to add -fno-objc-arc for this. |
To-do's for UniZip for Unity & XCode:
Alterations for UniZip for iOS successful build:
(2) Open "UnityZipFile.mm" file and REMOVE:
-Before Build in XCode select "unity framework" from "unity iPhone" and go to "build settings>other>flags" add "-lz" symbol. contribution by: https://github.com/Ad-mob-dev |
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 see invocation)
It says the same for the other architectures as well. Not able to build for iOS.
The text was updated successfully, but these errors were encountered: