RTAkland
10/17/2025, 10:48 AM:mymodule:embedSwiftExportForXcode can be run in idea(says you should run it in Xcode), I created a run script phase in Xcode , but. build failed, gradle says the task is not found in my module project
Script content is
cd "$SRCROOT/../.." # I have nested folder so I do this
./gradlew :mymodule:embedSwiftExportForXcodeRTAkland
10/17/2025, 11:09 AMUser Script Sandboxing to NO in Build Settings