-
-
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
最新版更新后的问题 #3927
Comments
open class RealmPieDataSet: RealmBaseDataSet, IPieChartDataSet |
Type 'RealmPieDataSet' does not conform to protocol 'IPieChartDataSet' func copyWithZone(_ zone: NSZone?) -> AnyObject。Method does not override any method from its superclass let copy = super.copyWithZone(zone) as! RealmBaseDataSet Static member 'copyWithZone' cannot be used on instance of type 'ChartBaseDataSet' |
I also have this situation, need I change it manually? |
|
RealmBaseDataSet is about Realm. So you should ask on ChartsRealm btw. ChartsRealm didn't get updated yet. So maybe this is the reason. |
open override func copyWithZone(_ zone: NSZone?) -> AnyObject
{
let copy = super.copyWithZone(zone) as! RealmBaseDataSet
The text was updated successfully, but these errors were encountered: