UWP (Xamarin.Forms) - Failing to create msixupload/appxupload files with x64-x86-arm configurations

Dhilleswara Rao Nayudu 1 Reputation point
2020-07-27T11:35:39.987+00:00

When enabling arm in the release architectures build is failing and msixupload/appxupload files are not generating where as selecting x86 & x64 are fine.

Getting following error when enabling ARM

Error ILT0005: '.nuget\packages\runtime.win10-arm.microsoft.net.native.compiler\2.2.3\tools\ARM\ilc\Tools\nutc_driver.exe @"obj\ARM\Release\ilc\intermediate\MDIL\MyApp.UWP.rsp"' returned exit code 1 MyApp.UWP .nuget\packages\microsoft.net.native.compiler\2.2.3\tools\Microsoft.NetNative.targets

Thanks.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,207 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Roy Li - MSFT 32,091 Reputation points Microsoft Vendor
    2020-07-28T02:18:45.817+00:00

    Hello,

    Welcome to Microsoft Q&A!

    It's like an issue related to the .net Native compiler. Sometimes, some NuGet packages like System.Numerics.Vectors are not compiled with .Net Native and caused this issue. You could check the NuGet packages of your project.

    By the way, currently, Microsoft Q&A supports the products listed over here: supported topics (more to be added later on).

    Questions about Xamarin are not supported yet now. You could ask Xamarin questions in Xamarin official forum.

    Thank you.