NSGenericException', reason: 'Unable to install constraint on view

后端 未结 7 1528
花落未央
花落未央 2020-12-09 16:05

Terminating app due to uncaught exception \'NSGenericException\'

Terminating app due to uncaught exception \'NSGenericException\', reason: \'Unable to

7条回答
  •  失恋的感觉
    2020-12-09 16:12

    Same error, different solution here:

    I got this error on starting up my app on iOS 6 after adding a new view and forgetting to switch off Use Auto Layout on it in the interface builder ... I hate it there's no standard setting to NOT use auto layout by default for new views ...

提交回复
热议问题