Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Android: DLL Not found: cannot locate symbol "_Unwind_Resume"
#3
Thanks for the comprehensive reply.

The error message is from a Galaxy S8 running Pie.

We're building with IL2CPP, Release configuration, ARM64, NDK r16b.

Code:
--convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile="unityaot" --compile-cpp --libil2cpp-static --platform="Android" --architecture="ARM64" --configuration="Release"

We don't have engine stripping enabled. Managed code stripping was set to Low - I just tried setting it to None, but it didn't help.
Reply


Messages In This Thread
RE: Android: DLL Not found: cannot locate symbol "_Unwind_Resume" - by vtjez - 21-04-2020, 10:35 AM