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

Anyone have iOS charts working with Xcode 9 Beta? #2673

Closed
billylo1 opened this issue Aug 3, 2017 · 1 comment
Closed

Anyone have iOS charts working with Xcode 9 Beta? #2673

billylo1 opened this issue Aug 3, 2017 · 1 comment

Comments

@billylo1
Copy link

billylo1 commented Aug 3, 2017

I have an Objective C based app, and Xcode 9 Beta 4 complains about the generated Charts-Swift.h file. Any hints on how to solve it?

....../Build/Products/Debug-iphoneos/Charts/Charts.framework/Headers/Charts-Swift.h:42:24: Typedef redefinition with different types ('uint_least16_t' (aka 'unsigned short') vs 'char16_t')

@billylo1
Copy link
Author

billylo1 commented Aug 3, 2017

FYI. Fixed it by switching to a more recent C/C++ dialect (GNU++ 17) and libc++ (LLVM) in build settings.

@billylo1 billylo1 closed this as completed Aug 3, 2017
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

1 participant