When I install FSCalendar and attempt to use it, it will always give me the error:
Use of undeclared type 'FSCalendarMonthPosition'
This does not allow me to use FSCalendarMonthPosition in the didselect function because of that.
Integration method: Cocoapods
Steps:
1.Add pod 'FSCalendar' to podfile and install.
Device modal and IOS version: iPhone 6s IOS 10.2
XCode version: 8.2.1
FSCalendar Version: 2.3.3
This does NOT happen in the demo project in FSCalendar-master/Example-Swift
Hey i'm getting the same problem. Did you find solution for it?
Hey got it.. use below method..
func calendar(_ calendar: FSCalendar, didSelect date: Date) {
}
This type is introduced in a later version than 2.3.3. The latest is 2.7.1.
No such module 'FSCalendar' while importing in my viewController
I'm seeing this error today too after installing. Downloaded the demo project from here and built/worked no problems at all. XCode 10.
What other setting(s) are required to incorporate this library cleanly into a project ?

Most helpful comment
I'm seeing this error today too after installing. Downloaded the demo project from here and built/worked no problems at all. XCode 10.
What other setting(s) are required to incorporate this library cleanly into a project ?