MAC Xcode 업데이트 하고나서 아래와 같이 빨간 에러 표시줄이 생겼습니다.
발생 Logging Error
Logging Error: Failed to initialize logging system. Log messages may be missing. If this issue persists, try setting IDEPreferLogStreaming=YES in the active scheme actions environment variables
해결방법
- In the top bar of your Xcode window, click on your project name in the status bar
- Select “Edit Scheme” in the pop-up menu
- In the left column, tap the “Run” section.
- Argument Tab In “Environment Variables”, click “+”
- Type in: IDEPreferLogStreaming=YES
- Close
Scheme 에서 실행할때 환경변수 IDEPreferLogStreaming=YES 값 입력해주면 해결됩니다.
이상 끝.