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)>"
)
붙여넣기 하면 알아보기 쉽게 바꿔줌
'개발 > swift' 카테고리의 다른 글
xcode bitbucket git 연동하기 (0) | 2024.08.13 |
---|---|
M1 환경 cocoapod pod install 오류 (0) | 2023.04.24 |
apple 앱스토어 앱 신규 등록 스크린샷 사이즈 (0) | 2023.04.24 |