Charts
Charts copied to clipboard
Cannot find type 'BarChartView' in scope xcode 14.0.1
[i'm](u
rl) facing issue Charts adding on viewcontroller .
i have installed pod file in xcode 14.0.1 sample app . try use barChart using storyboard .
get this issue "Cannot find type 'BarChartView' in scope"
how to solve it
Charts Environment
Charts version/Branch/Commit Number: 14.0.1 5.6 ios:
Same issue .. Any Help?
same here
any help?
#4845
For me the problem disappear when I added manually Charts in Target Libraries (Tested only with Mac os Ventura, XCode 14.3 and Charts 4.1.0)
Choose the project root, in Targets choose your target. Then choose General tab -> Frameworks, Libraries and Embedded Content -> + button. Add Charts (Don't add Charts Dynamic to target, it's not necessary for compile and produce this dependency problem https://github.com/danielgindi/Charts/issues/4769)
Closed by #4845