Search code examples
xcodefirebaseswiftuianalyticsfirebase-analytics

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


Solution

  • 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