2016-07-12 98 views
0

在iOS本機應用程序中,我收到以下異常。xcode 7.2中未捕獲的異常

Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named IBNSLayoutConstraint'

任何人都可以請幫助呢?

回答

0

您必須刪除名爲=在故事板

'IBNSLayoutConstraint' 對於約束:

1.Search與約束名稱。

2.找出與IBOutlet沒有連接的限制。

3.刪除約束。