Yes, installing DryRun on YES will fix this problem.
@Full Worthy - is there any way to prevent Google Analytics from polluting my console logs?
We can turn off Google Analytics logging in the Xcode console using the method below.
[[[GAI sharedInstance] logger] setLogLevel:kGAILogLevelNone];
Or in Swift:
GAI.sharedInstance().logger.logLevel = GAILogLevel.None
user2613441
source share