SwiftChart icon indicating copy to clipboard operation
SwiftChart copied to clipboard

issue due kCALineJoinBevel being renamed

Open agcmdl opened this issue 5 years ago • 3 comments

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.

agcmdl avatar Apr 18 '19 13:04 agcmdl

Looks like the pod version wasn't updated, but the fix is already in the repo https://github.com/gpbl/SwiftChart/pull/105

yasinkavakliat avatar Jun 20 '19 10:06 yasinkavakliat

I did

pod "SwiftChart", :git => 'https://github.com/gpbl/SwiftChart', :branch => 'master'

in the meantime

rgmvisser avatar Aug 02 '19 03:08 rgmvisser

Is there going to be a new release for Swift 5?

PaulSolt avatar Sep 20 '19 18:09 PaulSolt