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

Assertion Error after an Upgrade to XCode Version 14.2 and Charts Master #4995

Open
1 task done
KumarRupesh opened this issue Dec 29, 2022 · 0 comments
Open
1 task done

Comments

@KumarRupesh
Copy link

KumarRupesh commented Dec 29, 2022

ℹ Please fill out this template when filing an issue.
All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.

Per our *CONTRIBUTING guidelines, we use GitHub for
bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag ios-charts.

Please remove this line and everything above it before submitting.

What did you do?

Upgraded XCode to Version 14.2 from 13 and Charts to branch->Master from older version 3.6

What did you expect to happen?

I expected my app to run without any error and show chart as it was doing before these upgrades

What happened instead?

XCode project was built successfully after I made some code changes as per #4860 (and made few other minor changes like changing addDataSet to append)
However, after the build, the simulator gets stuck and XCode throws following error after launching

Assertion failed: removeAll(keepingCapacity:) not supported for CombinedData

Error at :
Script: ChartData.swift
function: removeAll
LOC: assert(!(self is CombinedChartData), "(#function) not supported for CombinedData")

Charts Environment

**Charts version/Branch/Commit Number: Branch Master
**Xcode version: 14.2
**Swift version: Swift 5
**Platform(s) running Charts: XCode Simulator iPhone 14 pro (iOS 16.2)
**macOS version running Xcode: Ventura version 13.1 (22C65)

Demo Project

ℹ Please link to or upload a project we can download that reproduces the issue.

@KumarRupesh KumarRupesh changed the title XCode Version 14.2 and Charts Master Assertion Error after an Upgrade to XCode Version 14.2 and Charts Master Dec 29, 2022
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

1 participant