Could not instantiate class named IBNSLayoutConstraint

后端 未结 8 1679
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-08 01:50

I\'m using XCode6 beta and trying out Swift. When I put some auto layout constraints in a view controller the app crashes with the following error: Terminating app

8条回答
  •  轮回少年
    2020-12-08 02:13

    This might not be necessarily a constraint problem. For me it was caused by not having checked "Installed" for a size class that was applying to my layout, see here

提交回复
热议问题