-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EAS build fails at apple authentication #2272
Comments
Same for me |
+1 |
same here. |
Same, In the meantime, |
oh no, it's happening to me too, apple status is clear though https://developer.apple.com/system-status/ |
what's the difference between that command and the normal eas build? |
If you were able to successfully log in before, it will reuse your stored credentials instead of prompting again, and as a result, will be able to run a build. |
awesome, works great but now have the same issue with trying to run: eas submit -p ios. edit: it can't be done unless you have a mac |
I am still facing the same issue on eas-cli/7.3.0 PS D:\Projects\React Native> eas --version If you provide your Apple account credentials we will be able to generate all necessary build credentials and fully validate them. › Log in to your Apple Developer account to continue |
Downgrading to 7.1.0 resolved the issue for me and I was able to both build and submit to the App Store.
|
@pratiksvaidya Thank you so much, now it's working 🚀🚀🚀 |
@pratiksvaidya legend! thank you ❤️ |
Make sure to update your eas.json file as well in case you have a constraint :) |
Delete your eas.json file, and rerun eas build:configure |
Thank you for filing this issue! |
i released [email protected] with a change to use an endpoint that isn't under maintenance. we'll follow up soon with a better approach that automatically switches between endpoints as needed. install the latest version of eas-cli to resolve this issue. |
Build/Submit details page URL
No response
Summary
Running eas build --profile production --platform ios
Fails with:
Logged in New session
Authentication with Apple Developer Portal failed!
Apple provided the following error info:
Service not available because of maintenance activities, please try again after some time.
I've updated:
npm install -g eas-cli
Managed or bare?
Managed
Environment
N/A
Error output
Authentication with Apple Developer Portal failed!
Apple provided the following error info:
Service not available because of maintenance activities, please try again after some time.
Reproducible demo or steps to reproduce from a blank project
run eas build --profile production --platform ios
The text was updated successfully, but these errors were encountered: