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
Pls make a demo and share a dropbox link.
same error, just pod install FSCalendar and add #import "FSCalendar.h" to Bridging header
and get error 'FSCalendar.h' file not found
On Swift 3, in the bridging header file, add this
That's how I did on my project.
Hello thanks giving great calendar,
I am getting same error #import
how to resolve it ? please help me
@IOSDeveloperProgrammer First of all you have to add line of code pod 'FSCalendar' in your Podfile, have you done this?
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.
Most helpful comment
On Swift 3, in the bridging header file, add this
import
That's how I did on my project.