I started OS X Mavericks before with Xcode 7.1, I just upgraded to OS X El Capitan and Xcode 7.2. My application ran fine on the simulator and device without any warnings for the storyboard. Now I see a bunch of warnings about the missing limitations in the storyboard, and the application crashes with this error:
Application termination due to the uncaught exception "NSInvalidUnarchiveOperationException", reason: "Could not instantiate IBNSLayoutConstraint class"
I also tried the solution posted here: Failed to instantiate IBNSLayoutConstraint class
I could not find placeholder = "YES" anywhere in the xml, and my storyboard is too large to really go through each constraint to check if the Placeholder box is mistaken for any constraint.
I see the following warnings when viewing an xml storyboard.

nslayoutconstraint xcode7 xib osx-elcapitan
EmbCoder Dec 09 '15 at 23:48 2015-12-09 23:48
source share