错误:使用未声明的类型CalendarViewDelegate
ViewController.Swift中的
class ViewController: UIViewController, CalendarViewDelegate
但我在CalendarKit \ CalendarView.swift中有CalendarViewDelegate
protocol CalendarViewDelegate: class { ... }
class calendarView: UIView, UICollectionViewDataSource ...
所有类和协议都存在..但它们没有被加载到路径中。我对Xcode不够熟悉,所以我在哪里错过了这个?