-
-
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
ios-charts for swift 2.0 cannot compile on XCode7 beta 5 - self.dynamicType.allocWithZone(zone) issue #287
Comments
Great work, please merge! |
Merged |
danielgindi
pushed a commit
that referenced
this issue
Aug 11, 2015
danielgindi
pushed a commit
that referenced
this issue
Aug 11, 2015
danielgindi
pushed a commit
that referenced
this issue
Aug 19, 2015
danielgindi
pushed a commit
that referenced
this issue
Aug 27, 2015
danielgindi
pushed a commit
that referenced
this issue
Sep 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Thank you for your hard word and fantastic ios-charts.
I noted that the latest ios-charts for swift 2.0 cannot compile on XCode7 beta 5 due to the following issue.
The self.dynamicType.allocWithZone(zone) produce the following error:
'allocWithZone' is unavailable in Swift: use object initializers instead
There are a couple of error occurrences.
1- ChartDataEntry.swift
2- ChartDataSet.swift
// MARK: NSCopying
public func copyWithZone(zone: NSZone) -> AnyObject
{
}
I would love finding the trick on my own but.. :-(
Kind Regards,
Patrick
The text was updated successfully, but these errors were encountered: