0

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"

Vinod Radhakrishnan
  • 441
  • 1
  • 6
  • 18

1 Answers1

5

Try importing something like below.

#import < FSCalendar/FSCalendar.h>
aBilal17
  • 2,974
  • 2
  • 17
  • 23