Here is the stack trace...
{System.NullReferenceException: Object reference not set to an instance of an object
at Xamarin.Forms.DatePicker.CoerceDate (Xamarin.Forms.BindableObject bindable, System.Object value) [0x00007] in :0
at Xamarin.Forms.BindableObject.SetValueCore (Xamarin.Forms.BindableProperty property, System.Object value, SetValueFlags attributes, SetValuePrivateFlags privateAttributes) [0x0019b] in :0
at Xamarin.Forms.BindableObject.SetValueCore (Xamarin.Forms.BindableProperty property, System.Object value, SetValueFlags attributes) [0x00000] in :0
at Xamarin.Forms.BindingExpression.ApplyCore (System.Object sourceObject, Xamarin.Forms.BindableObject target, Xamarin.Forms.BindableProperty property, Boolean fromTarget) [0x001e2] in :0
at Xamarin.Forms.BindingExpression.Apply (Boolean fromTarget) [0x00037] in :0
at Xamarin.Forms.BindingExpression+BindingExpressionPart.b__c () [0x00000] in :0
at Foundation.NSAsyncActionDispatcher.Apply () [0x00000] in /Users/builder/data/lanes/1962/8b265d64/source/maccore/src/Foundation/NSAction.cs:164
at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Users/builder/data/lanes/1962/8b265d64/source/maccore/src/UIKit/UIApplication.cs:63
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/1962/8b265d64/source/maccore/src/UIKit/UIApplication.cs:47
Again this only happens on iOS and it bombs completely out. Has anyone seen this? Is there something I can do to get around it? Or maybe its helpful for me to provide some other info?
Brad