iOS 10 “Starting WebFilter logging for process” + Proxy-Authorization header removed from request

后端 未结 4 1681
自闭症患者
自闭症患者 2020-12-13 12:35

Starting from iOS 10 I noticed such logs in my app

yyyy-MM-dd HH:mm:sss HelloWorld[XXX:XXXXXX] WF: === Starting WebFilter logging for process HelloWorld
yyyy         


        
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 13:03

    If you want to remove the message on the XCode’s console then, please find the below steps.

    Select Product => Scheme => Edit Scheme or use shortcut : CMD + <
    Select the Run option from left side.
    On Environment Variables section, add the variable OS_ACTIVITY_MODE = disable
    

提交回复
热议问题