For the complete documentation index, see llms.txt. This page is also available as Markdown.

Build failure

Why is my app build failing?

If your build is failing, your build is not working, or your download is not completing, it is usually due to a configuration issue.

Check the exact error message shown in the Download section and match it with the issue below.

Common build failure reasons

  • Certificate mismatch (iOS) The provisioning profile does not match the uploaded distribution certificate.

Provisioning profile mismatch
  • Notification profile mismatch (iOS) The notification provisioning profile Bundle ID does not match the app.

Notification profile mismatch
  • Expired certificate (iOS) The uploaded distribution certificate has expired.

Expired iOS certificate
  • Invalid Firebase configuration Firebase settings, keys, or IDs are incorrect or incomplete.

Invalid Firebase configuration
  • Invalid Firebase file The uploaded Firebase configuration file is incorrect or does not match your app.

Invalid Firebase File
  • Android build error Unsupported special characters in the app name may cause the Android build to fail.

Android build failure

Last updated

Was this helpful?