-
Notifications
You must be signed in to change notification settings - Fork 47
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
ChartsRealm 3.0.2 Error in Xcode 9 beta: Use of mutating member on immutable value #3
Comments
We shall hold after Xcode 9 released, thank you! |
Any update? |
hi, any update? +1 |
welcome to create swift 4 change for ChartsRealm and we are happy to merge. We will do it anyway but need some days. Too many things on my plate. |
As Realm does not release Swift 4, we would hold for a while; letting Xcode 9 to do conversion requires a successful build. |
@gazz94 😍 |
swift 4 realm has not released yet, and Xcode9 won't allow conversion if we cannot make a successful build. Personal suggestion is using swift 3.2 until all things settle down. |
@liuxuan30 I see. Is it possible to somehow ignore ChartsRealm? Since I don't use it anyway (don't use Realm neither) - but for some reason it comes with Charts automatically when using Carthage. |
I think you made a mistake. Charts are now a separate project. This repo means to be realm related only. If you don't need realm, you shouldn't look at this repo at all.. |
@liuxuan30 hoping you can help out then? Because the only thing I have in my For some reason How to get out of this hell? :( FWIW here's the full output - don't know why it's building Realm, since this is not in my Cartfile. Maybe due to the same reason it builds ChartsRealm?
|
If you are not keeping your fork up to date with our changes then we can't really help you. Basically delete the ChartsRealm targets from the xcode project in your fork and try it again. |
@petester42 thanks für pointing out I‘ve missed that. Despite its kind of obvious - did not thought about that 😜 FWIW: basically it’s not a fork, still waiting for the pull request to get merged. And the pull request is there in order to avoid issues exactly like this. That said it would be cool to get to a decision for the PR. I don’t care if the decision is to merge it or delete it - but laying around in an undefined state is „a bit unlucky“. |
Hey guys! Realm just updated to 2.10.2 supporting Swift 4...I hope you can update soon. Thank you in advance. |
@marbetschar I have no idea what pull request you're talking about. |
@dasoga i'm working on it today. 3.0.3 should be out soon with swift 3.2 support and 3.0.4 later today with swift 4 support. |
Thank you for your time @petester42 |
3.0.3 and 3.0.4 are out now. enjoy |
RealmBarDataSet
line 204RealmBaseDataSet
line 242ChartsRealm produces the above errors in Xcode 9 beta. Should be a quick fix.
The text was updated successfully, but these errors were encountered: