I got the following error after running my app on my iPhone:
Assertion failure in -[NSLayoutConstraint constant], /SourceCache/Foundation/Foundation /Layout.subproj/NSLayoutConstraint.m:6432015-10-26 08:43:06.080 AuberML[195:6172] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '(null)'
The project was made on another computer, and it was working like a charm. If I remove all the constraints from my view (in IB), the app do not crash, but the elements are way out of place.
I developed the app using an iPhone 6, and now try to run it on an iPhone 5.
I guess I have to redo all my constraints in the meantime...