xamarin/Xamarin.Forms

[Bug] [Xamarin.Forms] [iOS] DatePicker/TimePicker NullReferenceException on iOS 9.0

Offen

#8.143 geöffnet am 22.10.2019

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
help wantediOS 9inactives/unverifiedt/bug :bug:up-for-grabs

Repository-Metriken

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

Beschreibung

Description

All works as expected on iOS versions higher than 10.0. But on iOS 9.0 DatePicker/TimePicker throws NullReferenceException.

Steps to Reproduce

  1. Create a Xamarin.Forms 4.2 project.
  2. Add DatePicker to any page.
  3. Run project on iPhone Simulator with iOS version 9.0.

Expected Behavior

App runs. Datepicker shows.

Actual Behavior

App crashes on start with NullReferenceException.

Basic Information

Version with issue: 4.2.x Visual Studio Enterprise 2017 Version 15.9.16 Xamarin.iOS Version: 12.4.0.64

Reproduction Link

https://github.com/TarasBounty/XamFormsDateTimePicker

Contributor Guide