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?