I have UWP Xamarin.Forms project, I enabled "Compile with .NET Native tool chain" option in my UWP Project, but when running the App it is throwing below error:
System.Reflection.MissingMetadataException: ''Xamarin.Forms.Platform.UWP.WindowsPlatformServices' is missing metadata. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=392859'
Also I have added below lines in my default.rd.xml file:
<Type Name="System.EventHandler" Dynamic="Required All" />
<Namespace Name="System.Reflection" Serialize="Required All" />
<Namespace Name="System.Private.Reflection.Core" Serialize="Required All" />