When building my UWP in Release mode with .Net Native tool chain I have the Following error:
Error : ILT0005: nutc_driver.exe […] returned exit code -1073741819
There is no other error message whatsoever so I feel clueless to try and solve that problem. How can I gather information about the problem? What could it be and how to verify?
Notes:
Microsoft.NETCore.UniversalWindowsPlatform
is on version 6.2.8<Use64BitCompiler>true</Use64BitCompiler>
and the build agent has 14Gb of RAM
<Assembly Name="*Application*" Dynamic="Required All" />
in the Default.rd.xml file under Properties and build it again, will the same issue occur? There is a similar thread, you can check it. – Crosseyed