We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 on 2.2.4 release. Migrated from 2.2.2 and Xcode 7.3.0
Xcode 7.3.1
2.2.4
2.2.2
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
After upgrading to
Xcode 7.3.1
getting bridging issue on2.2.4
release. Migrated from2.2.2
andXcode 7.3.0
Is anybody noticing similar issue?
The text was updated successfully, but these errors were encountered: