How to create Windows store package in xamarin.UWP Application?

3

I am creating an application target three platforms 1) Android 2) iOS 3) UWP. It works fine in all platforms in debug mode but when I try to create an application package for UWP(Store file) it gives me different error I listed below.

Error: NUTC1056:Internal Compiler Error: 0x8000ffff. Error encountered while compiling method 'instance System.Void project.Views.ContactDetail.InitializeComponent()'. project.UWP

Error: ILT0005: 'C:\Users\temp.nuget\packages\microsoft.net.native.compiler\2.0.0\tools\x86\ilc\Tools\nutc_driver.exe @"D:\Projects\project1\project\project.UWP\obj\x86\Release\ilc\intermediate\MDIL\project.UWP.rsp"' returned exit code 1 project.UWP

I try different method like change certificate with different password and remove all nuget and than add all one by one but error is occured try to put all required image that listed as recommended .

If anyone have solution please help me.

It helps me a lot.

Thanks in advance.

xamarin
xamarin.forms
uwp
windows-store-apps
xamarin.uwp
asked on Stack Overflow Jul 20, 2018 by Deep Soni • edited Jun 20, 2020 by Community

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0