I have an issue in Xcode 8.0 (8A218a) where after updating Storyboard to the new size (no more square Any/Any) All my views were set to 1000x1000. To make matters worse, after hours of resetting all the views back to normal, the next day several of the views were set back to 1000x1000. This has happened several times now and I don't know what is causing this. Is this a know bug in 8.0? Has anyone else seen this issues?
Storyboard Xcode 8.0 (8A218a)
Yes I experienced this problem today. It seems that there is a problem with storyboards and Xcode 8.0. Lets hope a fix comes soon.
Same here and many places it seems. Hard to understand how this could have been released this way...???
The same here. This is a very important xCode BUG!
Im having the same problem also. xCode 8.1 beta has the same problem too.
Man this is a pile of crap, clearly they just shipped whatever they had. My storyboards view controllers are all random sizes, with the autolayout still acting as if they were the original size. I think it's not converting the storyboard correctly. Maybe it works if you start from scratch?
We have a dozen teams trying to convert to Xcode 8/Swift 3 and its a big mess. The odd thing is that my app still works correctly, its the new canvas engine in 8 that is clearly not finished. Yet this makes it virtually unusable. Who knows what I will get if I try to change anything.
If I shipped crap like this I would be fired forthwith.
I was able to fix my issues by checking that each VC size was set to Fixed. Some of them were strangely set to freeform. A couple I had to switch back and forth before it took. Then I went through and handled each warning (there were none in Xcode 7.3) and let it do Update Frame. Now everything looked correct with different device choices. I still think Apple did not thoroughly test opening old projects but just focused on new ones, which is pretty shortsighted.