Hello everyone. I'm trying to run iosApp of KMM project from Xcode, but I'm getting error:
/bin/sh: ./gradlew: Operation not permitted
Command PhaseScriptExecution failed with a nonzero exit code
Has anyone else had the same problem? any solution?
Fernando Irigoyen
06/17/2024, 4:00 PM
the script has execute permissions
a
a-dd
06/17/2024, 8:54 PM
Could you check if the option "User Script Sandboxing" is enabled in the Xcode project? If yes, you'll need to disable it and restart the Gradle daemon
f
Fernando Irigoyen
06/17/2024, 11:09 PM
"User Script Sandboxing" is disabled.
Anything else I could check?