React-Native Watchman std::__1::system_error: Operation not permitted 접근 권한 버그 해결하기
개요
정보
이 글은 watchman 설치를 완료한 상태를 전제로 합니다.
RN 앱을 개발할 때 필요한 도구인 watchman, 프로젝트 디렉토리 접근 권한이 부여된 상태임에도 실행 시 접근 권한이 없다고 에러를 출력하는 문제가 있습니다.
이 문제를 해결해보겠습니다.
...
{
watchmanResponse: {
error: 'std::__1::system_error: open: /Users/taegyeonglee/Documents/GitHub/Checked: Operation not permitted',
version: '2023.01.16.00'
}
}