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

adding bridge header in swift #325

Closed
divya417 opened this issue Jun 10, 2016 · 6 comments
Closed

adding bridge header in swift #325

divya417 opened this issue Jun 10, 2016 · 6 comments

Comments

@divya417
Copy link

I am trying to import the header in my bridge-header file. I m getting the following errors.
" 'FSCalendar.h' file not found
Failed to import bridging header"
Kindly help

@WenchaoD
Copy link
Owner

Pls make a demo and share a dropbox link.

@WenchaoD WenchaoD closed this as completed Jul 2, 2016
@gorbin
Copy link

gorbin commented Feb 21, 2017

same error, just pod install FSCalendar and add #import "FSCalendar.h" to Bridging header
and get error 'FSCalendar.h' file not found

@jansenzjh
Copy link

On Swift 3, in the bridging header file, add this
#import <FSCalendar/FSCalendar.h>
That's how I did on my project.

@IOSDeveloperProgrammer
Copy link

Hello thanks giving great calendar,
I am getting same error #import <FSCalendar/FSCalendar.h> file not found
how to resolve it ? please help me

@ChoadPet
Copy link

ChoadPet commented Apr 13, 2018

@IOSDeveloperProgrammer First of all you have to add line of code pod 'FSCalendar' in your Podfile, have you done this?

@venkatesh4446
Copy link

Hai ,I am working an sample project using framework class ,with adding bridge header and now i have same framework class used in another framework project.Now i add the framework project into sample project it shows duplication error. What I can do this error.

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

7 participants