-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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 remove an observer for the key path "bounds" because it is not registered as an observer #3995
Comments
It looks like i get the same problem even if i do not call |
I've narrowed it down to being something about the way I'm initializing my DataSet, but i'm not sure what specifically. |
I've found that if i comment out |
Giving the data sets different labels seems to fix the last error, which wasn't very clear. However the issue still persists that if i use |
I think you should go to stack overflow for this issue.
the observer is only removed in deinit(), I'm not sure if you already see it's been added. And seems not our scope to investigate. My bet: |
@liuxuan30 I'm not sure how it wouldn't be considered a bug that this only seems to happen when I have |
What did you do?
Trying to add a Chart to a UITableViewCell, and was greeted with an error.
What did you expect to happen?
The chart to display.
What happened instead?
Was greeted with this error:
Charts Environment
Charts version/Branch/Commit Number: 3.2.2
Xcode version: 10.2.1 (10E1001)
Swift version: Swift 5
Platform(s) running Charts: iOS
macOS version running Xcode: Mojave 10.14.3
Demo Project
I don't have the best internet for uploads right now and the project is too large.
The text was updated successfully, but these errors were encountered: