Xcode - auto layout error every time you reopen project

I created a project using XCode "Version 6.0.1 (6A317)". I've also used the layout and size classes.

The problem seems awkward. Whenever I reopen the project, the auto layout constraints are changed to something else.

for example a UIButton

has restrictions for "width, bottom, top, and trailing". Everything is installed correctly. But now I close the project and reopen that the buttons of all layout constraints are out of place and warns about misuse of buttons.

Has anyone else faced the same problem? Please help. Thank,.

+3


source to share





All Articles