-
-
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
Charts-Swift.h is different #1380
Comments
me too, I used CocoaPods,the Charts version is 2.2.5 , haven't "RadarChartDataEntry" |
I also had to remove my cocoa pods integration because it was an incomplete implementation. I was using Pie Charts and it was missing PieChartDataEntry. |
for different header, please do a full clean and rebuild, also double check the code. never seen this.. |
#1366 #1358 This helped me. Thank @liuxuan30 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why your Charts-Swift.h like this:
SWIFT_CLASS("_TtC6Charts14ChartDataEntry") @interface ChartDataEntry : ChartDataEntryBase
mine like this:
SWIFT_CLASS("_TtC6Charts14ChartDataEntry") @interface ChartDataEntry : NSObject
The superClass and functions are different.
I used CocoaPods,the Charts version is 2.2.5 too.
The text was updated successfully, but these errors were encountered: