In my app, I have setup a UIView\'s constraints in a way where its height gets calculated from its width using the aspect ratio constraint. It works perfectly on iOS8 with every
I had this crash on iOS7 when I had a combination of aspect ratio, equal height to container, and zero top and bottom spacing to container constraints. The equal height to container constraint was redundant as it was constrained to the top and bottom of the container so I removed it and the crash stopped. It must be a bug in the OS.