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

After upgrading to Xcode 7.3.1, getting bridging issue #1057

Closed
hth opened this issue May 20, 2016 · 1 comment
Closed

After upgrading to Xcode 7.3.1, getting bridging issue #1057

hth opened this issue May 20, 2016 · 1 comment

Comments

@hth
Copy link

hth commented May 20, 2016

After upgrading to Xcode 7.3.1 getting bridging issue on 2.2.4 release. Migrated from 2.2.2 and Xcode 7.3.0

   /../../ProjectName-Bridging-Header.h:6:9: error: 'Charts/Charts-Swift.h' file not found
   #import <Charts/Charts-Swift.h>
            ^
   <unknown>:0: error: failed to import bridging header '/../../ProjectName-Bridging-Header.h'

Is anybody noticing similar issue?

@danielgindi
Copy link
Collaborator

Seems like an Xcode bug.

Try to remove the Charts project from your project and re-add it, to force Xcode to refresh whatever it is that's broken.

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