When I use RadCalendar in Xamarin forms in Simulator.
The error {System.Reflection.CustomAttributeFormatException: Could not find a property with name ParameterBlockProxy } pop up
I found that if I remove all Calendars in my app, it can work in Simulator.
But once I include it in Xamarin forms. The error exists.
Remarks: I can run the app in physical devices.
/Versions/11.12.0.4/src/Xamarin.iOS/Foundation/NSObject2.cs:497 at Foundation.NSObject..ctor (Foundation.NSObjectFlag x) [0x00006] in /Library/Frameworks/Xamarin.iOS.framework/Versions/11.12.0.4/src/Xamarin.iOS/Foundation/NSObject2.cs:116
at TelerikUI.TKCalendarDataSource..ctor () [0x00000] in <80266520e2ec48e69365daef99f55ad3>:0
at Telerik.XamarinForms.InputRenderer.iOS.CalendarAdapter.UpdateAppointmentsSource (Telerik.XamarinForms.Input.RadCalendar sourceOwner, TelerikUI.TKCalendar targetOwner, System.Boolean immediate) [0x0001c] in <0a8c5773e2e74216b75b8301a18ed2de>:0
at Telerik.XamarinForms.InputRenderer.iOS.CalendarAdapter.UpdateCore (Telerik.XamarinForms.Input.RadCalendar sourceOwner, TelerikUI.TKCalendar targetOwner, System.String propertyName) [0x00043] in <0a8c5773e2e74216b75b8301a18ed2de>:0
at Telerik.XamarinForms.Common.FacadeAdapterBase`2[S,T].Update (System.Object sourceOwner, System.Object targetOwner, System.String propertyName, System.Object sourceOwnerRoot, System.Object
…