ios build 과정에서 Operation not permitted 발생하는 경우 해결 방안

HumbleMincho·2024년 7월 17일
1

원인

macOS의 보안 제한 사항으로 watchman이 디스크 엑세스 권한을 받지 못한 상태


해결

watchman watch-del-all

watchman shutdown-server

터미널에서 위 두 명령을 실행하고, 다시 빌드해보면 watchman에게 디스크 권한을 줄지 물어보는 창이 나타나고, 수락해주면 문제 해결

profile
javascript, typescript, react-native, react.js, next.js

0개의 댓글