We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Looks like the pod version wasn't updated, but the fix is already in the repo #105
Sorry, something went wrong.
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?
No branches or pull requests
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:
Is it possible to fix it, and update cocoapod?
Should be small change.
The text was updated successfully, but these errors were encountered: