Xamarin.Forms.PancakeView icon indicating copy to clipboard operation
Xamarin.Forms.PancakeView copied to clipboard

UWP fails to compile with CompileXaml task error

Open Orgbrat opened this issue 5 years ago • 4 comments
trafficstars

After upgrading PancakeView from 2.1.0.714 to 2.3.0.759 the UWP project fails to compile with the following error. I can roll back to 2.1.00.714 and everything compiles again.

Error The "CompileXaml" task returned false but did not log an error. C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\XamlCompiler\Microsoft.Windows.UI.Xaml.Common.targets Line: 427

Xamarin.Forms 4.8.0.1560

Orgbrat

Orgbrat avatar Oct 23 '20 15:10 Orgbrat

It seems that this link is not resolved anymore:

assembliesToInclude.Add(typeof(Xamarin.Forms.PancakeView.UWP.PancakeViewRenderer).GetTypeInfo().Assembly);

amirvenus avatar Oct 25 '20 16:10 amirvenus

So what is the fix for this issue?

Orgbrat avatar Oct 29 '20 14:10 Orgbrat

@VladislavAntonyuk Since you recently touched the UWP bits, do you happen to know something about this?

sthewissen avatar Nov 06 '20 17:11 sthewissen

We have min version: uap10.0.17763. This version is used by XF 4.8, which we use. Please try to update your UWP SDK

VladislavAntonyuk avatar Nov 06 '20 17:11 VladislavAntonyuk