Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find 'RingsChart' in scope #6

Open
tciuro opened this issue Nov 24, 2020 · 11 comments
Open

Cannot find 'RingsChart' in scope #6

tciuro opened this issue Nov 24, 2020 · 11 comments

Comments

@tciuro
Copy link

tciuro commented Nov 24, 2020

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

@narbodon
Copy link

narbodon commented Jan 5, 2021

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 😅

@iakira
Copy link

iakira commented Jan 7, 2021

same issure ,can't find 'RingsChart'

@mikhailokarpenko
Copy link

Still have the same issue: Use of unresolved identifier 'RingsChart'

@setzeus
Copy link

setzeus commented Apr 6, 2021

Confirming same issue still exists, downloaded example to test & can't compile due to "Cannot find 'RingsChart' in scope."

@svoip
Copy link

svoip commented Apr 28, 2021

+1

2 similar comments
@EugeneGordin2303
Copy link

+1

@antontyshko
Copy link

+1

@metrue
Copy link

metrue commented Jun 29, 2021

Remove the whole RingsChart part can make project run successfully, but have no idea why RingsChart there either.

@kzemin
Copy link

kzemin commented Jul 29, 2021

It's July 29, year 2021... still can confirm RingsChart() can't be found in scope.

@LunaticMuch
Copy link

It's available in beta2

@bgeisb
Copy link

bgeisb commented Mar 4, 2022

As @LunaticMuch already mentioned, upgrading SwiftUICharts (2.0.0-beta.1 -> 2.0.0-beta.2) should fix this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests