ChartsOrg / ChartsOrg/Charts

Install pod 'DGCharts' & pod 'ChartsRealm' is the name of the libraries, then i'm trying to build the application i'm getting errors:

Open
#5,188 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
28k
Forks
6k
PR merge metrics
No merged PRs in 30d

Description

I created new UIKit Project and Install pod 'DGCharts' & pod 'ChartsRealm' is the name of the libraries, then updated DeploymentTarget as Xcode suggested for library.
I try to build the application in swift UIKit Project, getting bellow multiple errors please check below screen shot:
Screenshot 2024-07-16 at 12 10 55 PM

I'm trying to resolve the **RangeReplaceableCollection** protocol error by adding method
public func replaceSubrange(_ subrange: Range, with newElements: C) where C : Collection, ChartDataEntry == C.Element {

}
but still causing another issue.
Another issue:

Command SwiftComplie failed with nonzero exit code:
error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/91a344b1-f985-11ee-b563-fe8bc7981bff/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]

I'm using Xcode15.0
Can anyone help me to resolve this issues.

Thanks in Advance.

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the UIKit project setup with the DGCharts and ChartsRealm pods under Xcode 15. Review the attached screenshot and the reported RangeReplaceableCollection and rsync errors; done means identifying a reproducible cause and confirming that the project builds successfully without these errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.