ios build fails silently before s3 upload

https://expo.io/builds/881cd6a8-94cc-47b6-a3a4-74a0c0060f76

Help me understand this build failure. All the steps seem to match a successful build through deleting keys, but the next step, S3 upload never starts and the build system quickly recognizes it’s a fail, it doesn’t need to wait for anything after the delete keys step.

There is error in building and signing IPA step

Most likely your provisioning profile expired, run
expo build:ios --clear-provisioning-profile --revoke-credentials
to recreate it.

If this won’t work try to clear all credentials with -c option.

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