I am following along with "How to Use iOS Charts API to Create Beautiful Charts in Swift" from Appcoda. I have downloaded their project template and then downloaded latest version of ios-charts. I have dragged the Charts.xcodeproj into my project and Embedded the Charts framework. Now when I try and build the project there are 26 errors and they are either "Expected ',' separator" or "Expected expression in list of expressions" errors, all of which are located in the ios-chart files. Has anyone else had this problem?
How can I fix it?
I have now got this Appcoda example working. I'm not 100% sure what was wrong. But this morning I re-downloaded the starter project from Appcoda and re-downloaded the ios-charts zip file from GitHub.
Now what I done was copy the charts folder from the ios-charts zip file to the same directory as my Xcode project file. Opened my project in Xcode, then dragged the Charts.xcodeproj into the Project Navigator of my project. Give Xcode a minute or 2 to index files, then select my project file in Project Navigator and clicked + under Embedded Binaries then added the Charts.Framework.
I should also mention that I usually save and run all my Xcode projects from iCloud Drive, however this time I had the project in my Documents folder.