diff --git a/QualityIssues/QIAppDelegate.m b/QualityIssues/QIAppDelegate.m index 51a4731..6ee94ec 100644 --- a/QualityIssues/QIAppDelegate.m +++ b/QualityIssues/QIAppDelegate.m @@ -18,6 +18,7 @@ + (QIAppDelegate *)instance { } - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + [[NSUserDefaults standardUserDefaults] setValue:@(NO) forKey:@"_UIConstraintBasedLayoutLogUnsatisfiable"]; [VIClient setLogLevel:VILogLevelInfo]; VIClient *client = [[VIClient alloc] initWithDelegateQueue:dispatch_get_main_queue()]; _voxManager = [[QIVoxClientManager alloc] initWithClient:client];