卸载CalendarKit之后,高度/宽度属性出现问题

时间:2018-11-25 06:55:06

标签: ios swift cocoapods calendarkit

我最近删除了该行

pod 'CalendarKit', '~>0.5.0'来自我在ios项目中的podfile。

然后我运行pod deintegrate,然后重新安装了所有吊舱。但是,现在,我遇到了一堆以下形式的构建错误:

Value of type 'UILabel' has no member 'height'; did you mean 'fs_height'?

Value of type 'UIView?' has no member 'width'

Value of type 'UIView?' has no member 'x'

为什么从podfile中删除一行会导致这些更改?我想念的东西在这里吗(比如它会改变快速版本或其他功能吗?)

1 个答案:

答案 0 :(得分:1)

事实证明,这是因为CalendarKit吊舱还卸载了Neon,它定义了许多这些属性。问题解决了!