개발/swift

swift xcode LayoutConstraints 오류 Unable to simultaneously satisfy constraints

Yunikism 2023. 6. 28. 14:14
728x90
Unable to simultaneously satisfy constraints.

Probably at least one of the constraints in the following list is one you don't want. 

Try this: 

(1) look at each constraint and try to figure out which you don't expect; 

(2) find the code that added the unwanted constraint or constraints and fix it. 

(

    "<NSLayoutConstraint:0x600002b4a350 V:[UIView:0x150809840]-(0)-[UIView:0x15080b270]   (active)>",

    "<NSLayoutConstraint:0x600002b04230 V:[UIView:0x150809840]-(5)-[UIView:0x15080b270]   (active)>"

)

​

 

 

https://www.wtfautolayout.com/

 

WTF Auto Layout?

Make sense of cryptic Auto Layout error logs.

www.wtfautolayout.com

 

 

사이트 들어가서

상단 오류 중 괄호 안에있는것들을

(

"<NSLayoutConstraint:0x600002b4a350 V:[UIView:0x150809840]-(0)-[UIView:0x15080b270] (active)>",

"<NSLayoutConstraint:0x600002b04230 V:[UIView:0x150809840]-(5)-[UIView:0x15080b270] (active)>"

)

 

 

붙여넣기 하면 알아보기 쉽게 바꿔줌