Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 5.0 ambiguous layout warnings

In my storyboard I have warnings for ambiguous layouts. When I click on the warnings in Xcode's issue-navigator, Xcode opens the storyboard but I have no idea where I am supposed to look to repair the ambiguous layouts. Does anybody know how to get a clear indication where the problems lie? Thanks Al

like image 422
Alan Avatar asked Oct 18 '13 14:10

Alan


1 Answers

Look for the little red arrows on the right of each scene in the Storyboard Editor:

enter image description here

Click on them and it will tell you what's wrong:

enter image description here

like image 111
Johannes Fahrenkrug Avatar answered Nov 07 '22 04:11

Johannes Fahrenkrug