I'm using auto layout in my project and I get the following message in the console window:
Attempting to get auto layout values with nil engine. Affected view:
This happens if I try to update my view hierarchy in observeValueForKeyPath:ofObject:change:context:
Does anyone know what the reason for this behavior can be?