TroubleShooting
[Fastlane] [!] Read-only file system @ dir_s_mkdir - /Desktop (Errno::EROFS) 해결방법
Phililip
2023. 5. 30. 10:48
728x90
안녕하세요.
Fastlane 사용하던 중에 이런 에러가 발생했습니다..
원인은 바로 Fastfile의 output_directory 때문이었습니다.
output_directory의 경로를 Desktop에 있는 폴더로 했더니 이런 문제가 발생하더라구요.
output_directory의 경로를 Read-only가 아닌 경로로 수정하면 해결됩니다!
(저는 output_directory 경로를 /Users/{User}/Developer으로 수정했습니다ㅎㅎ)
이번 글은 여기서 마무리.
반응형