ios build fails silently before s3 upload

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.