xcode - Finding cause of "Automatic Preferred Max Layout Width is not available on iOS versions prior to 8.0" -
i know reason of warning , how solve it: give preffered width label.
the problem that, when click warning, don't see label/view/viewcontroller selected. storyboard opens , that's it. there many view controllers many views in storyboard. how can find out label causing problem without iterating through view controllers manually? when click warning, expect take me view causing warning, opens storyboard.
here 1 way find specific label causing warning:
right click on warning , take "reveal in log" the warning in log highlighted. re-create interface builder object id label (it looks xxx-xx-xxx). paste in find navigator. when click on result open interface builder offending label selected. xcode interface-builder xcode6 xcode6.1
No comments:
Post a Comment