-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
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
Fix Xcode 14 and Swift 5.7 compiler error #4874
Conversation
I can confirm this patch PR works for xcode 14 beta 3&4 |
f7e3a8a
to
50db7f8
Compare
50db7f8
to
696c6e5
Compare
* Update for the two fixes in PR now for Charts * Swift 5.7 - ChartsOrg#4874 * XAxis beyond Chart Dataset - ChartsOrg#4839
A friendly ping to @pmairoldi to include this PR in the upcoming release! π |
In case anyone is wondering, beta 5 will likely be very similar to the 14.0 GM or public version, so this (or #4881) would be ready to land or use in your local fork of Charts. |
Has anyone tested this on lower version of iOS such as 14.5? I am getting some crashes when applying this fix to my own fork. |
Which crashes ? May you show gist ? |
@waterskier2007 I tried on 14.5, I don't see any crash so far |
On XCode 14.6 Beta I have errors :/ |
Everything from this PR has been merged from other PRs. Thanks contributing! |
@pmairoldi @danielgindi When will there be a new release or tag with all the changes in |
When Xcode 14 gm is released |
change your package manager to point to the git commit and you don't need to wait for a new release or tag |
@danielgindi Is there a plan to change the package name so we can use Apple's Charting library? |
#4823 (comment)
Issue Link π
Fix compilation error with Xcode 14 and Swift 5.7
#4863 #4870 #4838 #4835
Goals β½
Implementation Details π§
This PR simply collect other fixes by several developers into one PR:
Testing Details π