[iOS 오류] Unable to activate constraint with anchors
IT/IOS

[iOS 오류] Unable to activate constraint with anchors

발생한 오류 메세지

Unable to activate constraint with anchors 

    --> constraint를 anchor를 가지고 설정할 수가 없다.

because they have no common ancestor 

    --> 조상이 있어야  앵커를 설정하고 constraint를 설정할 수 있는데, 조상이 없다? 

 

아래 코드를 살펴보자.

주석처리한 곳을 보면 addSubview에 주석처리가 되어있는 걸 확인할 수 있다. 

View에 버튼조차 올라가지않았으니 에러가 뜨는게 당연하다.

  

종종 하는 실수이니, 짚고 넘어가자.