Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop / Hide GTMSessionFetcher Logs SwiftUI

is there way to hide and stop print in the Xcode console below types of logs.

GTMSessionFetcher invoking fetch callbacks, data {length = 2270, bytes = 0x7b227265 73756c74 223a7b22 72657375 ... 52696465 73227d7d }, error (null)

ScreenShot

ScreenShot

like image 893
Sam Avatar asked Oct 27 '25 03:10

Sam


1 Answers

Follow below steps:-

  1. Open Xcode and find GTMSessionFetcher folder
  2. Select GTMSessionFetcher Class
  3. Comment the GTMSessionFetcher Log Debug line.

Please Check the attached screenshot.

Screenshot

like image 137
Sam Avatar answered Oct 29 '25 18:10

Sam