21-04-2020, 10:35 AM
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.
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.
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.