Search code examples
iosobjective-cswiftfscalendar

Unable to Import "fscalendar.h" in bridge file


My project is iOS Ver 11.0 and Xcode 9.4. My project already has a Bridging file and it contains one objective C framework. It works perfectly.

But when I import "FSCalendar.h" in Bridge file. I got an error "FSCalendar.h file not found"


Solution

  • Try importing something like below.

    #import < FSCalendar/FSCalendar.h>