ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.51k stars 5.99k forks source link

Package name collision with Apple Charts #5054

Closed narcistabarasi closed 6 months ago

narcistabarasi commented 1 year ago

When trying to use both this package using SPM and Apple's Charts framework in the same project, there's a collision when importing Charts. Is there a known workaround for this?

xjki commented 1 year ago

Renaming is work in progress see: https://github.com/danielgindi/Charts/pull/5028

Meanwhile you can see workaround using CocoaPods here: https://github.com/xjki/Charts/commit/e7404598e2c5bd2f6f26ce2a4f095ac1be6f4bac

xjki commented 1 year ago

Resolved in v5.0.0 https://github.com/danielgindi/Charts/releases/tag/5.0.0