Whenever you do not provide autolayout constraints in Interface Builder, constraints are automatically created for you when you run the application.
I want to use Masonry to manage my own constraints, but the ones in storyboard are getting in the way.
The solution to this in Xcode 5 used to be that you can explicitly say that the auto-layout constraints are set to Placeholder / removed at build time, an option you can set in the Inspector:
But now in Xcode 6 beta 5 the screen looks like this:
... and it's not clear to me what None
does.
The worst thing is, it doesn't seem to remove any of the constraints, as you can see from the error!
What can I do in this case?