how to check where this message occurs This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes.

Used @markussvensson answer to detect my problem, found it using this Symbolic Breakpoint:

Symbols: [UIView layoutIfNeeded] or [UIView updateConstraintsIfNeeded]
Condition: !(BOOL)[NSThread isMainThread]



Previous
Next Post »