4
presentViewController:iOS <6(AutoLayout)でクラッシュ
これは私が得ている奇妙なクラッシュです。特定のViewControllerに移動するボタンを押すと、クラッシュが発生します。クラッシュする行は次のとおりです。 DestinationInformationViewController *info = [[DestinationInformationViewController alloc] init]; [info setModalTransitionStyle: UIModalTransitionStyleCrossDissolve]; [self presentViewController:info animated:YES completion: nil]; // CRASHES HERE [info release]; クラッシュトレースは次のとおりです。 *** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named NSLayoutConstraint' *** First throw call stack: (0x3758288f 0x35287259 0x37582789 0x375827ab 0x3153d54d 0x3153d6bb 0x3153d423 0x314ce001 0x3143c3c7 …