I have a problem to build iOS project after recently upgraded my project from Unity 5.6.4 to 2018.4.19f1.
Everything is ok to export, build and run on my device, but if i archive the exported project, then the error occurs:
Undefined symbols for architecture armv7:
"query_call_back(callback_func_type)", referenced from:
il2cpp::vm::MetadataCache::Initialize() in libil2cpp.a(External_il2cpp_il2cpp_libil2cpp_vm_6.o)
il2cpp::vm::MetadataCache::Initialize() in libil2cpp.a(External_il2cpp_il2cpp_libil2cpp_vm_6.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Environments:
Unity 2018.4.19f1 Personal, Xcode 10.1 (10B61).
Anyone can help?
↧