SwiftChart
SwiftChart copied to clipboard
issue due kCALineJoinBevel being renamed
Using SwiftChart 1.0.1 from cocoapods. When building with xcode 10.2.1 and Swift language set to 5.0 I get this error:
'kCALineJoinBevel' has been renamed to 'CAShapeLayerLineJoin.bevel'
Is it possible to fix it, and update cocoapod? Should be small change.
Looks like the pod version wasn't updated, but the fix is already in the repo https://github.com/gpbl/SwiftChart/pull/105
I did
pod "SwiftChart", :git => 'https://github.com/gpbl/SwiftChart', :branch => 'master'
in the meantime
Is there going to be a new release for Swift 5?