You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first, I encountered an error stating that the provisioning profile and certificate did not match. After replacing the provisioning profile, I ran the 'eas build'. However, another error occurred, and I cannot understand the content just by looking at the error message. I would like to know the detailed error information.
Managed or bare?
managed
Environment
✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check npm/ yarn versions
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that packages match versions required by installed Expo SDK
✔ Check for legacy global CLI installed locally
✔ Check that native modules do not use incompatible support packages
✔ Check that native modules use compatible support package versions for installed Expo SDK
$ eas build -p ios --profile preview
Loaded "env" configuration for the "preview" profile: EXPO_PUBLIC_WEB_HOST. Learn more
✔ Using local iOS credentials (credentials.json)
✔ Would you like to set up Push Notifications for your project? › No
Compressing project files and uploading to EAS Build. Learn more
✔ Uploaded to EAS 2s
Build request failed. Make sure you are using the latest eas-cli version. If the problem persists, report the issue.
Request ID: 34b1bbcc-d61c-4f7b-806c-31ceb01fbe50
Error message: Unexpected server error (Expo error ID: 34b1bbcc-d61c-4f7b-806c-31ceb01fbe50).
Error: build command failed.
error Command failed with exit code 1.
Reproducible demo or steps to reproduce from a blank project
I "At first, I encountered an error stating that the provisioning profile and certificate did not match. After replacing the provisioning profile, I ran the 'eas build'. However, another error occurred, and I cannot understand the content just by looking at the error message. I would like to know the detailed error information.
The text was updated successfully, but these errors were encountered:
My Provisioning profile contains multiple certificates.
However, it seems that EAS only checks the fingerprint of the first certificate and doesn't review all of them.
Does EAS require the Provisioning profile to contain only one certificate?
below is original error message
the provisioning profile has 2 certificates and it has the distribution certificate fingerprint (in the error msg)
Build failed: Provisioning profile and distribution certificate don't match.
Profile's certificate fingerprint = ******, distribution certificate fingerprint = #######
error. It was our infra having issues as far as I can tell looking at logs. So it doesn't seem related to provisioning profile issues. Did replacing the certificate help after retrying one more time?
Build/Submit details page URL
https://expo.dev/accounts/infinistar/projects/diggerz
Summary
At first, I encountered an error stating that the provisioning profile and certificate did not match. After replacing the provisioning profile, I ran the 'eas build'. However, another error occurred, and I cannot understand the content just by looking at the error message. I would like to know the detailed error information.
Managed or bare?
managed
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
I "At first, I encountered an error stating that the provisioning profile and certificate did not match. After replacing the provisioning profile, I ran the 'eas build'. However, another error occurred, and I cannot understand the content just by looking at the error message. I would like to know the detailed error information.
The text was updated successfully, but these errors were encountered: