I am an old time Windows Visual Studio programmer trying to learn programming on the MAC with Xcode 10. I am trying to build a test program which uses Daniel Gindi's Charts. I start by creating a Coccoa Mac OS project called "test" and save it as workspace called "Mytest". I close the 'test' project and open the "Mytest" workspace. After downloading the current version(3.2.0) of Charts on GitHub and unzip it to the desktop, I open Charts directory and find Charts.xcodeproj. I drag that file into the workspace just above test. Next I click on test and find the "Embedded Binaries" section and click on the "+", select the "Charts.frameworkMacOS" and click Add.
Command B to build and get a Succeeded message.
I then select main.storyboard, then view under ViewController. I am able to add both a button and a text field to the view from the Objects Library.
This is where I am stuck. How to I add a LineChartView object? It is not in selection list.
This is probably very obvious to many but being new to this environment it has me stumped and frustrated.
Thank you in advance for your help!