We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ChartViewDelegate
In Xcode 15, I conformed ChartViewDelegate to assign it to LineChartView.
LineChartView
LineChartView works fine with no warning.
The following warning is displayed on the implemented functions.
Main actor-isolated instance method 'chartValueSelected(_:entry:highlight:)' cannot be used to satisfy nonisolated protocol requirement
DGCharts version/Branch/Commit Number: v5.1.0 Xcode version: 15.4 Swift version: 5.9 Platform(s) running DGCharts: iOS 17.5 Simulator macOS version running Xcode: macOS Sonoma 14.5
ChartsWithMainActor.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What did you do?
In Xcode 15, I conformed
ChartViewDelegate
to assign it toLineChartView
.What did you expect to happen?
LineChartView works fine with no warning.
What happened instead?
The following warning is displayed on the implemented functions.
DGCharts Environment
DGCharts version/Branch/Commit Number: v5.1.0
Xcode version: 15.4
Swift version: 5.9
Platform(s) running DGCharts: iOS 17.5 Simulator
macOS version running Xcode: macOS Sonoma 14.5
Demo Project
ChartsWithMainActor.zip
The text was updated successfully, but these errors were encountered: