1

我有一个problemapplication在我的iPad(5.1.1). 我使用新的Xcodesdk6.

error在调试器中得到这个:

 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named NSLayoutConstraint'
*** First throw call stack:
(0x355df88f 0x33203259 0x355df789 0x355df7ab 0x32fc654d 0x32fc66bb 0x32fc6423 0x32f57001 0x32ec53c7 0x32da2c59 0x32d18c17 0x32d17461 0x32d09e87 0x32d7a7d5 0xd2701 0x32d17cab 0x32d117dd 0x32cdfac3 0x32cdf567 0x32cdef3b 0x332d122b 0x355b3523 0x355b34c5 0x355b2313 0x355354a5 0x3553536d 0x32d1086b 0x32d0dcd5 0xd2395 0xd22f8)
terminate called throwing an exception(lldb) 

我需要做什么才能在旧 iOS 版本中运行我的应用程序?

4

1 回答 1

1

可能是它在新创建的 nib 中使用 ios6 的新 xcode 中的问题,只是未选中 AutoLayout,如下所示:-

点击笔尖->显示FileInspector->

在此处输入图像描述

然后未选中使用自动布局,如下图所示;-

在此处输入图像描述

我希望你解决你的问题

于 2012-11-10T06:52:51.673 回答