Fscalendar: adding bridge header in swift

Created on 10 Jun 2016  路  6Comments  路  Source: WenchaoD/FSCalendar

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

Most helpful comment

On Swift 3, in the bridging header file, add this

import

That's how I did on my project.

All 6 comments

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

import

That's how I did on my project.

Hello thanks giving great calendar,
I am getting same error #import file not found
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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

IpyCreator picture IpyCreator  路  5Comments

kunass2 picture kunass2  路  4Comments

StanleySathler picture StanleySathler  路  5Comments

KushThakkar picture KushThakkar  路  6Comments

rintoandrews90 picture rintoandrews90  路  4Comments