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
In the last 3 days, even since #2712 was marked as completed, and after updating eas-cli, I am unable to send an iOS build to EAS. The failure seems to happen on the Select a Provider step.
✔ Check package.json for common issues
✔ Check Expo config for common issues
✔ Check dependencies for packages that should not be installed directly
✔ Check for issues with Metro config
✔ Check npm/ yarn versions
✔ Check if the project meets version requirements for submission to app stores
✔ Check for app config fields that may not be synced in a non-CNG project
✔ Check for common project setup issues
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that packages match versions required by installed Expo SDK
✔ Check native tooling versions
✔ 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
Didn't find any issues with the project!
Error output
npx eas build --profile production
✔ Select platform › iOS
The EAS build profile does not specify a Node.js version. Using the version specified in .nvmrc: lts/iron
The field "cli.appVersionSource" is not set, but it will be required in the future. Learn more
We detected that you are building for the "store" distribution. Resolving the environment for environment variables used during the build to "production". Set the "environment" field in the build profile if you want to specify the environment manually.
No environment variables with visibility "Plain text" and "Sensitive" found for the "production" environment on EAS servers.
Environment variables loaded from the "production" build profile "env" configuration: appName, bundleIdentifier.
The field "cli.appVersionSource" is not set, but it will be required in the future. Learn more
✔ Using remote iOS credentials (Expo server)
If you provide your Apple account credentials we will be able to generate all necessary build credentials and fully validate them.
This is optional, but without Apple account access you will need to provide all the missing values manually and we can only run minimal validation on them.
✔ Do you want to log in to your Apple account? … yes
› Log in to your Apple Developer account to continue
✔ Apple ID: … [email protected]
› Restoring session /Users/me/.app-store/auth/[email protected]/cookie
› Session expired Local session
› Using password for [email protected] from your local Keychain
Learn more
✔ Logged in New session
✔ Select a Team › IdentaFly LLC - Company/Organization (XXXXX)
✔ Select a Provider › IdentaFly LLC (XXXXX)
✖ Couldn't switch to provider IdentaFly LLC (XXXXX)
Authentication with Apple Developer Portal failed!
Apple 401 detected - You are either not logged in, your account doesn't have access to the requested data, or the page doesn't exist
Error: build command failed.
Reproducible demo or steps to reproduce from a blank project
`npx eas build --profile production`
`yarn eas build --platform`
I also checked to make sure I am on the latest eas-cli version.
I tried logging in & out from EAS server too
The text was updated successfully, but these errors were encountered:
Build/Submit details page URL
No response
Summary
In the last 3 days, even since #2712 was marked as completed, and after updating eas-cli, I am unable to send an iOS build to EAS. The failure seems to happen on the
Select a Provider
step.Managed or bare?
bare
Environment
info:
doctor:
Error output
Reproducible demo or steps to reproduce from a blank project
eas-cli
version.The text was updated successfully, but these errors were encountered: