无法向 UITableViewCell 中的元素添加 AutoLayout 约束

Unable to add AutoLayout constraints to elements in UITableViewCell

我里面有一个 UITableView 和一个 UITableViewCell。我正在尝试向所述单元格内的 UILabel 添加约束,但所有选项对我来说都是灰色的。 当前单元格中的任何内容都没有约束。我可以通过 Editor>Resolve Auto Layout Issues>Add Missing Constraints 添加约束,但是当我这样做时 运行 我的应用程序我得到了一大堆日志中的约束错误数。

tableViewCell 是否定义为 Style = Custom?