I added the Charts framework (from Danielgindi) to my iOS xcode project using the Swift Package Manager. This installed correctly and the dependency appears to be correct in the config screens. But when I try to add the library to the ViewController.swift file in my empty project with "import Charts" but I get Xcode build error "no such module Charts"
I don't believe this is an issue with my xcode config as I have successfully added other swift packages in exactly the same way and then was able to import their libraries without error. Has anyone else encountered this?
Charts Environment Charts version/Branch/Commit Number: 3.6 (I think whatever latest is) Xcode version: Version 12.2 (12B45b) Swift version: 5.2 Xcode: 11.1
Reset Package Cacheand updating all my packages to their latest versions. I also had to remove the pod that was installed forChartsit was causing a conflict in my Build Phasecmd + Shift + kand rebuilding the project.