You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XF iOS project does compile and run, but crashes with this error:
Could not register the assembly 'Xamarin.Forms.Platform.iOS': System.TypeLoadException: Could not resolve type with token 0100005d from typeref (expected class 'System.nfloat' in assembly 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065')
at System.Reflection.MonoMethodInfo.GetMethodInfo(IntPtr handle)
at System.Reflection.RuntimeMethodInfo.GetPseudoCustomAttributes()
at System.Reflection.CustomAttribute.GetPseudoCustomAttributes(ICustomAttributeProvider obj, Type attributeType)
at System.Reflection.CustomAttribute.GetCustomAttributesBase(ICustomAttributeProvider obj, Type attributeType, Boolean inheritedOnly)
at System.Reflection.CustomAttribute.GetCustomAttributes(ICustomAttributeProvider obj, Type attributeType, Boolean inherit)
at System.Reflection.RuntimeMethodInfo.GetCustomAttributes(Type attributeType, Boolean inherit)
at Registrar.SharedDynamic.GetOneAttribute[ExportAttribute](ICustomAttributeProvider provider)
at Registrar.DynamicRegistrar.GetExportAttribute(MethodBase method)
at Registrar.Registrar.RegisterTypeUnsafe(Type type, List`1& exceptions)
at Registrar.Registrar.RegisterAssembly(Assembly assembly)
XF iOS project does compile and run, but crashes with this error:
Might be related to xamarin/xamarin-macios#13087
The text was updated successfully, but these errors were encountered: