Xcode shows lengthy warnings to unsatisfiable auto layout constrains.So it is difficult to find other exceptions from the console among them. Is there any way to disable auto layout related warnings in Xcode?
Swift 4:
UserDefaults.standard.set(false, forKey: "_UIConstraintBasedLayoutLogUnsatisfiable")
[[NSUserDefaults standardUserDefaults] setValue:@(NO) forKey:@"_UIConstraintBasedLayoutLogUnsatisfiable"];
Add this code inside appdelegate. This will hide constraint error messages from console
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