태그
#macOS.
글
/ 총 3편2026.07.01
읽기 6분
automationmodetool, Xcode UI 테스트의 Automation Mode 암호 프롬프트 정리 ↗
기술macOS에서 Xcode UI 테스트가 Automation Mode 암호 프롬프트에 막힐 때 automationmodetool이 정확히 무엇을 해결하는지 정리한다. TCC/PPPC 권한과 구분해 CI 러너 부트스트랩 위치까지 다룬다.
macOSXcodeXCTestCI-CDAutomation
2026.06.26
읽기 6분
macOS 디버깅 권한 오류와 DevToolsSecurity -enable 작동 방식 ↗
기술macOS에서 디버깅 도구를 사용하거나 CI/CD 러너를 빌드할 때 마주치는 디버깅 권한 팝업을 차단하고, DevToolsSecurity가 내부 인증 데이터베이스를 어떻게 조작하는지 상세히 분석합니다.
macOSXcodeDeveloperModeDebuggingCI-CD
2026.06.26
읽기 9분
Mac에서 Windows로 보낸 한글 파일명이 깨지는 이유: 자소 분리(NFD) 현상과 convmv 해결책 ↗
기술macOS에서 한글 파일명이 자소 분리(NFD)되어 Windows에서 깨지는 원인과 convmv를 사용한 해결 방법을 정리합니다.
macOSUnicodeTroubleshootingGit