You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After update Xcode and Charts, app crashes every time in this place:
BarLineChartViewBase.draw(_:) -> BarChartRenderer.drawData(context:) -> HorizontalBarChartRenderer.drawDataSet(context: context, dataSet: set as! IBarChartDataSet, index: i) -> BarChartRenderer.createAccessibleElement(...) -> let stackLabel = dataSet.stackLabels[idx % stackSize]
"Charts was compiled with optimization - stepping may behave oddly; variables may not be available."
The text was updated successfully, but these errors were encountered:
After update Xcode and Charts, app crashes every time in this place:
BarLineChartViewBase.draw(_:) -> BarChartRenderer.drawData(context:) -> HorizontalBarChartRenderer.drawDataSet(context: context, dataSet: set as! IBarChartDataSet, index: i) -> BarChartRenderer.createAccessibleElement(...) -> let stackLabel = dataSet.stackLabels[idx % stackSize]
"Charts was compiled with optimization - stepping may behave oddly; variables may not be available."
The text was updated successfully, but these errors were encountered: