У меня проблема: мое приложение iOS падает на main.m
со следующим кодом:
Thread 1: EXC_BAD_ACCESS (code=1, address=0x760b9beb8)
Основная проблема в том, что я абсолютно не представляю, в чем проблема. Журнал не предоставляется. Я сделал Google немного решения, которое добавляет точку останова исключения в навигаторе точки останова. Это не помогло даже немного.
Я пробовал все это, и ничего не произошло. Это журнал, который я получаю в предыдущем UIViewController: я не знаю, может ли это быть связано.
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:0x1c44974d0 UILabel:0x10ed1bf10'The numbers rule the...'.height == 40 (active)>",
"NSLayoutConstraint:0x1c4497930 UILayoutGuide:0x1c43a1960'UIViewSafeAreaLayoutGuide'.bottom == UILabel:0x10ed1c1f0'\U2714 completed / file'.bottom + 13 (active)>",
"NSLayoutConstraint:0x1c4497c50 UILabel:0x10ed1bf10'The numbers rule the...'.top == UILayoutGuide:0x1c43a1960'UIViewSafeAreaLayoutGuide'.top + 7 (active)>",
"NSLayoutConstraint:0x1c4497d40 V:[UILabel:0x10ed1bf10'The numbers rule the...']-(2)-[UILabel:0x10ed1c1f0'\U2714 completed / file'] (active)>",
"NSLayoutConstraint:0x1c0699e60 'UIView-Encapsulated-Layout-Height' Cursos.CourseSectionCell:0x10691ba00'CourseSectionCell'.height == 56.5 (active)>",
"NSLayoutConstraint:0x1c4497a20 'UIViewSafeAreaLayoutGuide-bottom' V:[UILayoutGuide:0x1c43a1960'UIViewSafeAreaLayoutGuide']-(0)-| (active, names: '|':Cursos.CourseSectionCell:0x10691ba00'CourseSectionCell' )>",
"<NSLayoutConstraint:0x1c4497980 'UIViewSafeAreaLayoutGuide-top' V:|-(0)-[UILayoutGuide:0x1c43a1960'UIViewSafeAreaLayoutGuide'] (active, names: '|':Cursos.CourseSectionCell:0x10691ba00'CourseSectionCell' )>"
Will attempt to recover by breaking constraint
NSLayoutConstraint:0x1c44974d0 UILabel:0x10ed1bf10'The numbers rule the...'.height == 40 (active)>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
Насколько я знаю, это просто предупреждение, я даже пытался добавить предупреждение для UIViewAlertForUnsatisfiableConstraints
, но не нашел ничего необычного.
Я прошу помощи, потому что я не знаю другого пути, которым я мог бы пойти. Если мой вопрос слишком поверхностный, не стесняйтесь задавать мне любые детали. Заранее спасибо.