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

Will Charts be compatible with iOS 16? #4917

Closed
ivarvanwooning opened this issue Sep 15, 2022 · 8 comments
Closed

Will Charts be compatible with iOS 16? #4917

ivarvanwooning opened this issue Sep 15, 2022 · 8 comments
Assignees
Milestone

Comments

@ivarvanwooning
Copy link

ivarvanwooning commented Sep 15, 2022

Apple is developing a Charts library with the same name as this repository. It is also imported using 'import Charts'. When iOS 16 is released, will we have an issue importing this library, since there is now an identical library included from Apple?

@sweetppro
Copy link

O wow

@treydin6
Copy link

treydin6 commented Oct 7, 2022

There is an issue with the imports as we are trying to use both chart libraries. Have you had any luck on a solution to this? @ivarvanwooning

@ivarvanwooning
Copy link
Author

@treydin6 No, I haven't yet.

@yveslym
Copy link

yveslym commented Oct 11, 2022

So as for now, Charts is not compatible with Xcode 14? Cause Apple introduces its chart library with the same name.

@ivarvanwooning
Copy link
Author

Looks like it. Perhaps this will work? Changing the Pod name: https://stackoverflow.com/questions/28789807/how-to-rename-a-cocoapod

@priya-mobiquity
Copy link

priya-mobiquity commented Jan 31, 2023

How do we fix the import for this library?
As I am using both iOS Charts and this library in my project and I am facing issue with iOS charts import due to this library name which I am using it using Swift package manager

@treydin6
Copy link

You have to pull the package into your project and rename it from Charts to whatever you like(DGCharts is what I named it). @priya-mobiquity i think you could review the stackoverflow post above and it might help achieve this. I am using both charts on an app thats published to the app store. Good luck!

@pmairoldi pmairoldi self-assigned this Mar 11, 2023
@pmairoldi pmairoldi modified the milestones: Future, 5.0.0 Mar 11, 2023
@pmairoldi
Copy link
Collaborator

Closed by #5027

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

6 participants