iOS에 RN 프로젝트를 실행하다보면 Console 창에 다음과 같은 에러를 매초 마다 로깅하여 다른 디버깅을 전혀 할 수가 없다.

 

이는 다음과 같이 해결하도록 하자.

 

1. Xcode menu -> Product -> Edit Scheme… (단축키: ⌘ + Shift + <)
2. Environment Variables -> Add -> Name: “OS_ACTIVITY_MODE”, Value:”disable”

 

 

 

참고: https://medium.com/@hr.hseyin_80381/8-steps-to-get-rid-of-error-nw-connection-get-connected-socket-connection-has-no-connected-handler-1bf622ca2332

+ Recent posts