[Error] Unable to activate constraint with anchors

Donghee Lee·2022년 3월 13일
0

iOS-Swift

목록 보기
8/20
post-thumbnail

[Error] Unable to activate constraint with anchors


발생 시기

CollectionView에 CollectionViewCell을 addSubView로 추가해서 컴파일 후 실행했을 때 발생

발생한 에러 메세지

원인

because they have no common ancestor.
-> 조상이 있어야 anchor를 설정할 수 있고 constraints를 설정할 수 있다

해결

addSubview에 forEach에 같은 titleLabel을 중복으로 써서 한 개가 누락되어 있었다

정신차려 동동아

profile
Better than Yesterday

0개의 댓글