You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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 {
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.
The text was updated successfully, but these errors were encountered: