I know the reason of this warning and how to solve it: to give a preffered width to the label.
The problem is that, when I click that warning, I don't see any label/view/viewcontroller selected. The storyboard opens and that's it. There are many view controllers with many views in my storyboard. How can I find out which label is causing the problem without iterating through all the view controllers manually? When I click the warning, I expect it to take me to the view causing the warning, but it just opens the storyboard.
Running XCODE 6.1, I found the easiest way to do find the error was through the Report Navigator.
View
->Navigators
->Show Report Navigator
or simply press⌘-8
⌘-f
for the object id.I must switch to XCode 6.2 --> click on warning icon at top right of the main XCode area --> choose the warning --> it shows exactly the item that cause the warning.