Skip to content
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

Closed
qiaoxiaolan opened this issue Aug 31, 2016 · 5 comments
Closed

Charts-Swift.h is different #1380

qiaoxiaolan opened this issue Aug 31, 2016 · 5 comments

Comments

@qiaoxiaolan
Copy link

qiaoxiaolan commented Aug 31, 2016

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.

@LMkillme
Copy link

me too, I used CocoaPods,the Charts version is 2.2.5 , haven't "RadarChartDataEntry"

@brendenk1
Copy link

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.

@liuxuan30
Copy link
Member

liuxuan30 commented Sep 1, 2016

For missing specific data entry class, see #1366 #1358

@liuxuan30 liuxuan30 reopened this Sep 1, 2016
@liuxuan30
Copy link
Member

for different header, please do a full clean and rebuild, also double check the code. never seen this..

@qiaoxiaolan
Copy link
Author

#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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants