Charts
Charts copied to clipboard
Will Charts be compatible with iOS 16?
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?
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? 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
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