标签: swift mbcalendarkit
当我尝试在我的项目中导入MBCalendarKit时,它显示没有这样的模块错误和链接器命令错误。我在本主题下尝试了stackoverflow中给出的所有解决方案,但没有成功。帮我。 提前致谢。
答案 0 :(得分:0)
我刚刚导入测试项目,并使用最新版本的Xcode(7.2.1),它与安装说明略有不同。
假设您正在使用pod,请安装pod并确保打开.xcworkspace文件。
接下来为项目添加一个桥接头,并导入主日历工具包文件,如下所示
#import <MBCalendarKit/CalendarKit.h>
在UIViewController子类中,像这样导入MBCalendarKit:
UIViewController
MBCalendarKit
import MBCalendarKit
庆祝!