I updated Charts today. An error occurred while compiling the project, error tip is no such module 'Algorithms'. I installed Charts through pods.
I next install swift-algorithms by Swift Page Manager, but still can't solve the problem.
Charts version: 4.0.0
Same issue. Linking Charts with Algorithms doesn't help.
Same issue. Linking Charts with Algorithms doesn't help.
4.0.0 does not support the pods, only use Swift Package. Because the latest version depend on Algorithms, Algorithms is Apple's open source library, unfortunately, Algorithms can only be installed through Swift Package.
Thanks for the info, @Mr-Persona!
Should the pod then be removed altogether?

Same problem I use SPM but still got error
has anyone found a solution to this yet? i'm using Carthage and running into the same issue.
@rodgutierrez yes, import it as Swift Package instead of a pod.
Most helpful comment
4.0.0 does not support the pods, only use Swift Package. Because the latest version depend on Algorithms, Algorithms is Apple's open source library, unfortunately, Algorithms can only be installed through Swift Package.