I am getting the following message from Cocoa Auto Layout mechanism:
Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.
But I don't know how to "Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES".
How do I set this?
You can configure the setting for a particular scheme as follows ...
1) Select the scheme from the popup menu and choose Edit Scheme ...
2) In the following slide down window add a new entry to Arguments Passed on Launch.
Copy and paste the following line.
-NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints YES
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With