I'm just getting started with the iOS charts library :
I followed all the steps described under 'Usage' on the main page (https://github.com/danielgindi/ios-charts):
I added a
UIView
and made it subclass LineChartView
--> in ViewController.swift
: the line import Charts
gives an error: Cannot load underlying module for 'Charts'
Why is that ?
Thank you !