With .internet 8 and Telerik.UI.for.Maui 6.6.0 when utilizing the RadCartesianChart on iOS in ANY of the simulators will produce a crash proper on app begin up. Debugging on a bodily system has no issues solely the simulator.
XAML:
<telerik:TabViewItem IsSelected=”True” HeaderText=”Uptime” >
<chart:RadCartesianChart x:Title=”UptimeChart” AutomationId=”chart” BackgroundColor=”#40adff2f”>
chart:RadCartesianChart.HorizontalAxis
<chart:CategoricalAxis LineColor=”Grey” LabelTextColor=”Black” MajorTickThickness=”0″/>
</chart:RadCartesianChart.HorizontalAxis>
chart:RadCartesianChart.VerticalAxis
<chart:NumericalAxis Minimal=”0″ Most=”100″ ShowLabels=”True” MajorTickThickness=”0″ />
</chart:RadCartesianChart.VerticalAxis>
chart:RadCartesianChart.Grid
<chart:CartesianChartGrid MajorLinesVisibility=”Y”
MajorLineThickness=”1″
MajorLineColor=”Grey” />
</chart:RadCartesianChart.Grid>
chart:RadCartesianChart.Sequence
<chart:BarSeries CategoryBinding=”Class”
ValueBinding=”Worth”
ItemsSource=”{Binding CurrentItem.UptimeData}” />
</chart:RadCartesianChart.Sequence>
</chart:RadCartesianChart>
</telerik:TabViewItem>
Output window:
2024-01-20 23:02:02.200549-0700 KnockMon[46162:3565765] *** NSForwarding: warning: object 0x60000167c360 of sophistication ‘Telerik_Maui_Controls_Compatibility_ChartRenderer_iOS_TKExtendedChart’ doesn’t implement methodSignatureForSelector: — hassle forward
2024-01-20 23:02:02.200675-0700 KnockMon[46162:3565765] *** NSForwarding: warning: object 0x60000167c360 of sophistication ‘Telerik_Maui_Controls_Compatibility_ChartRenderer_iOS_TKExtendedChart’ doesn’t implement doesNotRecognizeSelector: — abort
The app has been terminated.
I’ve requested Telerik on thier help board additionally:
https://www.telerik.com/boards/troubleshooting-ios-simulator-crashes-when-using-charts-in-maui
I anticipate when the chart hundreds the app would not crash.