ChartViewV2Demo
ChartViewV2Demo copied to clipboard
Cannot find 'RingsChart' in scope
I just downloaded the demo project and it fails to compile due to:
ChartViewV2Demo-master/ChartViewV2Demo/ContentView.swift:116:6: Cannot find 'RingsChart' in scope
Same issue here. I downloaded the demo project, and on lines 116 and 123 it tries to create RingsChart
instances but can't find it. It's still buildable if you comment out that entire example, but clearly something is missing 😅
same issure ,can't find 'RingsChart'
Still have the same issue: Use of unresolved identifier 'RingsChart'
https://github.com/AppPear/ChartViewV2Demo/blob/8bb8db47497c7d2d404ac6ba0f27e4754b72245f/ChartViewV2Demo/ContentView.swift#L116
Confirming same issue still exists, downloaded example to test & can't compile due to "Cannot find 'RingsChart' in scope."
+1
+1
+1
Remove the whole RingsChart
part can make project run successfully, but have no idea why RingsChart
there either.
It's July 29, year 2021... still can confirm RingsChart()
can't be found in scope.
It's available in beta2
As @LunaticMuch already mentioned, upgrading SwiftUICharts (2.0.0-beta.1 -> 2.0.0-beta.2) should fix this problem.