xamarin/Xamarin.Forms

Xamarin.Forms no longer work on UWP ARM64

Aperta

#5640 aperta il 20 mar 2019

 (16 commenti) (2 reazioni) (0 assegnatari)C# (1926 fork)batch import
3.6.0e/1 :clock1:good first issuehelp wantedi/lowi/regressioninactivep/UWPt/bug :bug:up-for-grabs

Metriche repository

Star
 (5644 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Description

Xamarin.Forms took a dependency on Win2D.uwp at v3.6. However Win2D does not support ARM64, so that support was lost in that move.

Steps to Reproduce

  1. Build a 3.6 UWP app for ARM64
  2. Deploy and run on an ARM64 device

Expected Behavior

App runs

Actual Behavior

App will crash

Basic Information

Also see this related issue: https://github.com/xamarin/Xamarin.Forms/issues/5188

  • Version with issue: 3.6+
  • Last known good version:3.5.x
  • IDE: VS2017/2019
  • Platform Target Frameworks:
    • UWP:
  • Android Support Library Version:
  • Nuget Packages: 3.6.x
  • Affected Devices: ARM64 PCs

Guida contributor