- Open Example.xcodeproj in Xcode.
- Right click on ChartingLibrary and select "Add Files to "Example"". Select "Create folder references" for the added folders. This is important because the library contains files with the same name, but in different folders, so the "Create folder references" option adds files to your application bundle with the same folder structure as in the library.
- Copy all files from https://github.com/tradingview/charting_library/. The earliest supported version of the Charting Library is 17. If you get 404 then you need to request an access to this repository.
Charting Library is a standalone solution for displaying charts. This free, downloadable library is hosted on your servers and is connected to your data feed to be used in your website or app. Learn more and download.