Hello everyone. I'm trying to run iosApp of KMM pr...
# multiplatform
f
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?
the script has execute permissions
a
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
"User Script Sandboxing" is disabled. Anything else I could check?