Issues when loading Adds

I have made a game that when a button is clicked an Interstitial ad pops up, however whenever the button is clicked I get this in the terminal output:

Code Block 2020-07-15 22:40:21.893538-0400 Pong - Remastered[560:35584] WF: _WebFilterIsActive returning: NO
2020-07-15 22:40:26.977714-0400 Pong - Remastered[560:35584] WF: _userSettingsForUser mobile: {
  filterBlacklist =   (
  );
  filterWhitelist =   (
  );
  restrictWeb = 1;
  useContentFilter = 0;
  useContentFilterOverrides = 0;
  whitelistEnabled = 0;
}

and then when I click out of it, I get the error message:
Code Block 2020-07-15 22:40:26.977787-0400 Pong - Remastered[560:35584] WF: _WebFilterIsActive returning: NO
2020-07-15 22:40:27.591267-0400 Pong - Remastered[560:35772] [general] Connection to daemon was invalidated
2020-07-15 22:40:29.427685-0400 Pong - Remastered[560:35584] [ProcessSuspension] 0x1163de010 - ProcessAssertion::processAssertionWasInvalidated()
2020-07-15 22:40:29.427939-0400 Pong - Remastered[560:35584] [ProcessSuspension] 0x1163df5a0 - ProcessAssertion::processAssertionWasInvalidated()
2020-07-15 22:40:59.303123-0400 Pong - Remastered[560:35584] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service


I do not know what either of these mean as I have not imported nor used WebView. I am relatively new to coding in swift and would like help for addressing these daunting messages! Thanks in advanced.


Issues when loading Adds
 
 
Q