Note that there are some explanatory texts on larger screens.

plurals
  1. POXcode 5 layout errors - Misplaced View Frame for Label will be different at runtime
    primarykey
    data
    text
    <p>I just installed Xcode 5 and I am currently preparing my apps for release to the App Store on iOS 7 next week. I am getting a whole bunch of errors and warnings though. </p> <p>In one app where I have a UIPickerView, UITextFields and a bunch of UILabels. In this app it gives an <code>Illegal Configuration</code> (red) error on almost all controls in the storyboard file. I don't know what that error is or how to fix it. I would appreciate some help on that. I can't completely recreate the file because there are 20 complicated views.</p> <p>In another app there is a UIScrollView containing a bunch of UILabels and UITextFields, plus one UITextView that is created programmatically and contains text based on what you selected in a (previous view) UITableView as well as resizing itself to fit the content. The UIScrollView resizes to accommodate for the new size of the UITextView. This one compiles and builds and the UITextView gets created but doesn't contain the text, probably because it now resizes incorrectly. The UIScrollView now also scrolls horizontally in addition to vertically which it isn't supposed to. This one gives only (yellow) warnings which all say: </p> <p><code>Misplaced View Frame for "Label - Symbol:" will be different at run time.</code> for 4 controls including this Label and another, a Text Field and the Scroll View. </p> <p>I would appreciate any help on this because this is the first time for me adjusting to a new version of Xcode and iOS.</p> <p>P.S: Details on the <code>Illegal Configuration</code> error include:<br> <code>Auto Layout on iOS Versions prior to 6.0</code></p> <p>Thanks!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload