-
-
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
Redundant conformance of 'RLMResults' to protocol 'SequenceType' on RealmChartsUtils #1329
Comments
are you saying iOS 10 and xcode 8 beta? If not, should be your env issue. |
It actually seems like I'll update to latest Realm and fix this. In the meantime - let's keep this open |
oops, I was thinking the swift 3.0, SequenceType is changed to Sequence I remember |
Solved. |
@danielgindi I also had a commit #1414 in swift 3.0 branch to conform to new Sequence type. However still need Realm to release on swift 3.0 |
Hi
Thanks for your support, I am using the last version of Xcode, so I needed to embebed source code, when I tried to compile I got the error mentioned. and also
Redundant conformance of 'RLMArray' to protocol 'SequenceType'
Both errors at RealmChartUtils.swift
Thanks in advance for your support
The text was updated successfully, but these errors were encountered: