유니티 xcode 빌드에러 sandbox: il2cpp(9428) deny(1) file-read-data ...
유니티에서 ios플랫폼으로 빌드한 앱을 xcode를 통해 실제 디바이스로 테스트 빌드하려고 할때 다음과 같이 sandbox 읽기쓰기 관련한 에러가 나타난다면 설명드리는 조치가 도움이 되실 수 있습니다.
1
sandbox: il2cpp(9428) deny(1) file-read-data /빌드경로/builds/il2cppoutputproject/il2cpp/build/deploy_x86_64
Build Settings -> Targets -> GameAssembly -> 'sandbox' 검색 -> 'User Scripting Sandboxing' 을 'No'로 변경(기존에는 'Yes'였음)
출처) https://apple.stackexchange.com/questions/465452/sandbox-python-deny1-file-read-data
Sandbox: Python deny(1) file-read-data In my XCode project, I have a Python script I'm running as one of my build phases. However, it's failing to open a file with the error: Sandbox: Python(22805) deny(1) file-read-data <file_name&… In my XCode project, I have a Python script I'm running as one of my build phases. However, it's failing to open a file with the error: Sandbox: Python(22805) deny(1) file-read-data <file_name&…
https://www.inflearn.com/questions/1057232/error-xcode-sandbox-rsync-13885-deny-1
[Error (Xcode): Sandbox: rsync(13885) deny(1) - 인프런 질문 & 답변 안녕하세요 아이폰 15 ios17 xcode15로 업그레이드 하고 나서부터 위와같은 오류로 빌드가 안되는데 혹시 이 이슈 알고 계실까요? - 질문 & 답변 인프런](https://www.inflearn.com/questions/1057232/error-xcode-sandbox-rsync-13885-deny-1) 안녕하세요 아이폰 15 ios17 xcode15로 업그레이드 하고 나서부터 위와같은 오류로 빌드가 안되는데 혹시 이 이슈 알고 계실까요? - 질문 & 답변 인프런
