I am using FSCalendar. Installed its Pod. but its not working. In IB I am getting strange error which says
storyboard: error: IB Designables: Failed to render and update auto layout status for CalendarViewController (RTc-Y3-fKa): dlopen(FSCalendar.framework, 1): no suitable image found. Did find: FSCalendar.framework: required code signature missing for 'FSCalendar.framework'
and similarly when i wanted to use it in My ViewController, so it throws error over this
import UIKit
class CalendarViewController: UIViewController, UITableViewDataSource, UITableViewDelegate, FSCalendarDataSource, FSCalendarDelegate, UIGestureRecognizerDelegate {
so getting error on FSCalendarDataSource, FSCalendarDelegate, and error is Use of undeclared type 'FSCalendarDataSource' and similarly for delegate.
I do not know what is the problem whereas I have installed the pods multiple times but this did not work for me. Did anyone face this issue. Please help
P.S = I am using xcode 9.2 and mac mini 2014 version 10.12.6