Hi, I need help, the task `:mymodule:embedSwiftExp...
# swift-export
r
Hi, I need help, the task
: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
Copy code
cd "$SRCROOT/../.."  # I have nested folder so I do this

./gradlew :mymodule:embedSwiftExportForXcode
Resolved change the value of
User Script Sandboxing
to
NO
in Build Settings