Charts
Charts copied to clipboard
Xcode 14 Issues
RadarChartRenderer.Swift line :55 for case let set as RadarChartDataSetProtocol in radarData where set.isVisible { drawDataSet(context: context, dataSet: set, mostEntries: mostEntries) }
Referencing instance method 'makeIterator()' on 'Collection' requires the types 'IndexingIterator<ChartData>' and 'IndexingIterator<RadarChartData>' be equivalent
Update to latest Charts. It will work.
...and if not check out the conversation here:
https://github.com/danielgindi/Charts/issues/4903
Closed due to being resolved with latest version already.