why Xcode 7.2 crash 'Could not instantiate class named IBNSLayoutConstraint'? why Xcode 7.2 crash 'Could not instantiate class named IBNSLayoutConstraint'? xcode xcode

why Xcode 7.2 crash 'Could not instantiate class named IBNSLayoutConstraint'?


Select Storyboard Disable Size class resolve my problem. Hope this will help you! ThanksAfter build your project you can again enable size class.

enter image description here


In my case I had "padView" that was not installed in any/any size class and was installed in regular/regular size class, but it's subviews were installed in all size classes.

enter image description here

"PadView" settings:

enter image description here

"PadView" subviews settings:

enter image description here

When I changed "PadView" subviews installation settings to the same as "PadView" settings my problem was resolved.

enter image description here


You probably using InterfaceBuilder Storyboard for localization. You should also consider them and remove inactive constraits inside them or use Localizable Strings for localization.

You can also check this answer.

Storyyboard localization section