Xcode 7.2.1 продолжает сбой при переключении на main.storyboard

Я могу остановить его сбой при запуске, отредактировав вручную main.storyboard файл и изменение useAutoLayout="YES" в useAutoLayout="NO", но когда я открываю main.storyboard файл в Xcode, он дает мне следующую ошибку:

The document "Main.storyboard" had 4 internal inconsistencies that were found and repaired.
This may be due to an SCM operation such as merging. Please save the document to fix the inconsistencies.
This constraint is not in the referencing constraints for its first item [<Unknown ID>]: object ID K4p-Wa-FrY
This constraint's [object ID 4bY-ZD-KPO] second item is not in the document
This constraint is not in the referencing constraints for its first item [<Unknown ID>]: object ID p48-i6-mG1
This constraint is not in the referencing constraints for its first item [<Unknown ID>]: object ID f2a-1r-b55

И когда я сохраняю его после нажатия "ОК", Xcode снова падает.

Как я могу остановить его сбой, чтобы я мог редактировать свою раскадровку?

Вот подробности аварии, если это поможет.

1 ответ

Решение

Я понял. Я должен был открыть main.storyboard файл с текстовым редактором, и удалите все строки, которые включали идентификаторы объекта, о которых кричал Xcode.

Другие вопросы по тегам