I need to reference a third-party package in xcode that must disable "dead code stripping" to work properly. But when I disable "dead code stripping", unity will report an error:
"Undefined symbols for architecture arm64:"Geo::GetiOSAppDocumentsDir()", referenced from:Geo::PathUtils::GetSandboxDataPath() in libiPhone-lib.a(GeoPathUtils.o)"
What should I do?
↧