Xamarin.Forms.PancakeView
Xamarin.Forms.PancakeView copied to clipboard
UWP fails to compile with CompileXaml task error
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
It seems that this link is not resolved anymore:
assembliesToInclude.Add(typeof(Xamarin.Forms.PancakeView.UWP.PancakeViewRenderer).GetTypeInfo().Assembly);
So what is the fix for this issue?
@VladislavAntonyuk Since you recently touched the UWP bits, do you happen to know something about this?
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