The official documentation only mentions these 2 methods for now (remote push notifications and BackgroundTasks).
Post
Replies
Boosts
Views
Activity
Can you show the code, and the data that you are passing to Chart()?
One reason can be: if the data range is very large and the chartXScale is very small, for example, if you are passing data to Chart() for 3 years which has a chartXScale range of only one day, then you might get this error. To fix this, filter your data first and only pass data for the days around your chartXScale(), then you shouldn't get this error.
I am having the exact same problem. Any solutions yet?
change NavigationView { content } to NavigationStack { content }
did you fix this problem?
Check this out: https://developer.apple.com/videos/play/wwdc2020/10022