To compile the KST App in Xcode 8 requires v2.3.0 of ios-charts for Swift 2.3 compatibility.
Using this newer version throws up a compile error around.
_chartView.noDataTextDescription
Commenting out references to this (1 line in 2 files) allows compile to complete.
To compile the KST App in Xcode 8 requires v2.3.0 of ios-charts for Swift 2.3 compatibility.
Using this newer version throws up a compile error around.
_chartView.noDataTextDescriptionCommenting out references to this (1 line in 2 files) allows compile to complete.