Is it possible to create a build without code sign identity

I’m trying to create a build for e2e testing using experitest. But the way they running bundles requires to create build with CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO arguments:

Since this process is happening on the cloud, I can’t control it.
Any ideas how to fix it?

Thanks!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.