-
-
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
Will Charts be compatible with iOS 16? #4917
Comments
O wow |
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 |
@treydin6 No, I haven't yet. |
So as for now, Charts is not compatible with Xcode 14? Cause Apple introduces its chart library with the same name. |
Looks like it. Perhaps this will work? Changing the Pod name: https://stackoverflow.com/questions/28789807/how-to-rename-a-cocoapod |
How do we fix the import for this library? |
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! |
Closed by #5027 |
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?
The text was updated successfully, but these errors were encountered: