系统反射缺失元数据异常: “Xamarin。形式。站台UWP。缺少WindowsPlatformServices 元数据。有关更多信息,请访问 http://go.microsoft.com/fwlink/?LinkID=392859 '
此外,我在默认设置中添加了以下几行。rd.xml文件:
<Type Name="System.EventHandler" Dynamic="Required All" /> <Namespace Name="System.Reflection" Serialize="Required All" /> <Namespace Name="System.Private.Reflection.Core" Serialize="Required All" />
通过在 default.rd.xml
default.rd.xml
<Type Name="Xamarin.Forms.Platform.UWP.WindowsPlatformServices" Serialize="Required All" />