Build error: process_symbols.sh: Permission denied

Hello,
I try to build a project that use polyspatial 0.3.3 on Unity 2022.3.9 and Xcode 15beta 8 with the following error

Showing Recent Messages

/Users/yann/Library/Developer/Xcode/DerivedData/Unity-iPhone-gopnsejtlcplhvdapjwoytvipjii/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-xrsimulator/UnityFramework.build/Script-6E1E4F1B8F1F395756E8C231.sh: line 2: /Users/yann/Projects/Unity/comminges/Build/process_symbols.sh: Permission denied

Any idea on how to fix it?
Best,

@yann_novelab I had the same issue and turning off Cloud Diagnostics worked for me. Please refer to this thread: Xcode Project Build Fails Due to Permissions - #14.

2 Likes

I can confirm this works. I could not figure out how to turn off the services from the unity itself so I just edited the UnityConnectSettings.asset and changed the CrashReportingSettings m_Enabled to 0. Is this file remnant from the previous unity versions?