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

xcode complains ChartsDemo-Swift.h can't be found #6

Closed
gnijuohz opened this issue Mar 29, 2015 · 2 comments
Closed

xcode complains ChartsDemo-Swift.h can't be found #6

gnijuohz opened this issue Mar 29, 2015 · 2 comments

Comments

@gnijuohz
Copy link

When I try to build ChartsDemo, Xcode complains about ChartsDemo-Swift.h not being found in a few .m files whicj have #import "ChartsDemo-Swift.h" in them.

I can't find the file anywhere in the project as well.

@danielgindi
Copy link
Collaborator

It's generated automatically by Xcode for bridging Swift to ObjC.

You should make sure that you are using a compatible version of Xcode (6.3), that
successfully compiles the Charts module, so that the header will be
available.

@gnijuohz
Copy link
Author

Yeah that worked. I didn't compile the Charts module first. Thanks :)

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

2 participants