Xcode 8 GM seed Storyboard issue

Hi there,

I've tried XCode 8 GM seed and I've found out a serious issue in the Storyboard, either you use Auto Layout or disable it, Xcode 8 messes up with a UIView included into a UIScrollView, as shown here:


https://s14.postimg.org/rq7f66c4h/image.png

https://s14.postimg.org/wq4ve4hr5/02.png


The wired thing is that if I resize that embedded UIView into the ScrollView, quit Xcode and open my project again, that UIView gets bigger again, with no sense, all the times.


Have you encountered the same issue?

Do you think Apple fix it with the Official release ofr XCode 8?


Thanks!

Replies

I have found a solution that works. I went back to XCode 7.3.1 and I got rid of all the troubles (constraints, bugs, crashes, verbosity on the console, font changes, missed simulator devices and iOS...) coming with version 8.1. I lost one day. Apple, please, next time, debug your software before you release it.

XCode 7.3.1 is available for download on https://developer.apple.com/download/more/

Then reopen your project with XCode 7.3.1.

If one of your storyboard files cannot be read nor downgraded to the previous version (File/Inspector panel), do the following.

- Quit XCode 7.3.1.

- Duplicate the storyboard file (just in case).

- Edit the storyboard file with TextWrangler. Simply remove one of the first text lines. This one:

<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>

- Save, then reopen your project with XCode 7.3.1. My project compiled and run well on several devices. You have to adjust some viewController size on IB, but the rest is ok.