-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to build Project in Xcode 14.0.1 with error of protocol 'RangeReplaceableCollection' #4949
Comments
Hi @jslabana24, I got the same issue. Have you have solutions yet? |
Hay @trinhtran-markany, There are no updates for this issue from my side will let you know for sure if I get any success on it. |
Is there any update to this? |
any update ..? |
I do a workaround by SPM instead of using cocoapod. |
As an alternative, updating to the latest release: 4.1.0, should also fix the issue. It did for me (with a couple of additional changes like replacing |
Is there any update? |
Is there any update? |
Updating to the latest release: 4.1.0, should fix the issue. It did for me (with a couple of additional changes like replacing IAxisValueFormatter with AxisValueFormatter for example). |
In Swift Package manager, I only seem to get version 3.6.0, even when removing and re-adding. Is 4.1.0 available in Swift Package Manager? |
I still have this problem. Using Charts 4.1.0, on Mac OS Ventura 13.1, Xcode 14.2. We use CocoaPods, not SPM for this project. Is there any plan to get this working? |
Same here` |
What did you do?
installed pod 'Charts' and it's not building, showing an error
Type 'ChartDataSet' does not conform to protocol 'RangeReplaceableCollection'
ℹ Please replace this with what you did.
just install the latest version of the library (pod) and build the project
What did you expect to happen?
should successfully build the project.
ℹ Please replace this with what you expected to happen.
build project successfully.
What happened instead?
showing error
Type 'ChartDataSet' does not conform to protocol 'RangeReplaceableCollection'
Charts Environment
Charts version/Branch/Commit Number: 3.6
Xcode version: 14.0.1
Swift version: iOS 16
Platform(s) running Charts: -
macOS version running Xcode: macOS Monterey v12.6
The text was updated successfully, but these errors were encountered: