xamarin/Xamarin.Forms

Xamarin.Forms no longer work on UWP ARM64

Open

#5.640 geöffnet am 20. März 2019

Auf GitHub ansehen
 (16 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
3.6.0e/1 :clock1:good first issuehelp wantedi/lowi/regressioninactivep/UWPt/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide