Beta 3 breaks all views in Interface Builder that aren't using AutoLayout

Just updated to Xcode 7 beta 3 and ran the app I've been working on in the simulator. Every single view in a Storyboard / Interface Builder document that wasn't using AutoLayout is now reduced to a 1x1 frame and moved into the top left corner of the superview. As soon as I add AutoLayout to that view, it goes back to the way it used to look before beta 3.


Is anyone else experiencing this? Is there a workaround or do I have to go through and add AutoLayout to every single view in my app? (I have hundreds in my app - it's a game.)

Replies

Yes happening to me too. I'm going to have to go through this exercise as well...

This is a known issue in Beta 3. Checking add missing constraints may help you work around this issue for Beta 3.

...and adding contraints in your storyboards will fix this issue.